[kepler-dev] [Bug 3242] - dlls should not go in c:/Windows/System32

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Fri May 1 15:30:52 PDT 2009


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3242


berkley at nceas.ucsb.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED




------- Comment #8 from berkley at nceas.ucsb.edu  2009-05-01 15:30 -------
Fixed this by allowing the bootstrapper to modify the PATH env variable at
runtime.  While the java.library.path variable allows the JVM to find the
initial dll provided by the JNI wrapper, it does not allow dependent libraries
to be found.  For this, the directory needs to be in the PATH.  The
bootstrapper now addes all of the directories in java.library.path to the PATH
at runtime so that all libraries will be found.


More information about the Kepler-dev mailing list