>>>>> John Fisher writes:
John> I've just installed jdk1.2 for Linx (yea!!), but am having
John> some problems with using JNI, related to finding my shared
John> library. Things were working fine under 1.1.7, so I'm
John> guessing something has changed in the way that shared
John> libraries are searched for. Here's the error:
John> ====================================
John> Exception in thread "main" java.lang.UnsatisfiedLinkError: no rediscript in
John> java.library.path
John> at java.lang.ClassLoader.loadLibrary(Compiled Code)
John> at java.lang.Runtime.loadLibrary0(Compiled Code)
John> at java.lang.System.loadLibrary(Compiled Code)
John> at com.redi.server.REDIServer.<clinit>(REDIServer.java:47)
John> ====================================
John> So I guess the question is - what is java.library.path, and
John> how do I define it appropriately?
That's the place where java looks for your native libraries, you
can set it with the '-D' option when starting java.
Juergen
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]