[kepler-dev] [Bug 3809] - jni actors do not work

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Tue Apr 7 11:22:06 PDT 2009


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





------- Comment #3 from leinfelder at nceas.ucsb.edu  2009-04-07 11:22 -------
in Eclipse I've been launching Kepler (org.kepler.core.loader.Loader) with the
following VM argument:
-Djava.library.path=${project_loc:common}/lib

Without that argument, I get ugly java.lang.UnsatisfiedLinkError exceptions
(and crash, in the case of my JRI libs)

Maybe using a code-based approach is better than a launch-based?
We could do some looping in the lib directory, and load each library on start
up:
http://java.sun.com/j2se/1.5.0/docs/api/java/lang/System.html#load(java.lang.String)


More information about the Kepler-dev mailing list