Max length of java.library.path
Windows PATH environment variable on machine has some 1700 characters. java.library.path in Java 1.4.2 only contains 1091 characters. Because of this loadLibrary function thorws exception while loading native libraries. I would appreciate anyone has suggestions on this.Thanks
# 4
> Some other s/w on same machine needs all those
> directories in PATH. My entries are at the end. I
> don't want to disturb initial entires (that will
> cause other software to fail).
I didn't say it was too long. I said that there was something wrong with it.