Paul G. Allen wrote:
On a related note, I had a Java COMM API working on my laptop under FC3. I upgraded to FC4 and now it fails. I get an error when it tries to load a supporting .so file saying java.library.path does not contain the .so file. The stupid file was never moved, and for the life of me I can't figure out how to edit (or even check) java.library.path in Linux. At one point I had a link to a web page that described how to fix such a problem, but now I can't find it. (Of course I'd like to know why upgrading to FC4 would break it in the first place!)
Have you tried using -Djava.library.path=whatever in your program invocation? Or are you talking about an applet or webstart program?
-- Rick -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
