Maybe this has been covered before =) Why is it that I am experiencing all sorts of runtime library woes when trying to pass the staf library directory via java.library.path system property instead of setting the LD_LIBRARY_PATH environment variable. Strangely, a runtime print out of java.library.path is equivalent, referencing the correct STAF library directory, when the path is passed by either the -Djava.library.path=/staf/lib system parameter or by setenv LD_LIBRARY_PATH /staf/lib.... i.e. both set java.library.path to the lib dir.
I thought that in java, java.library.path *is* the LD_LIBRARY_PATH. But when using the STAF Java API, it causes troubles. Could someone explain this? -Jesse Millan ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ staf-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/staf-users
