This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
hello,
I am trying to set java.library.path for some of my .jar files but its not working.
below is my console output and some screen shots of the dialogs that appear in my code.
please help me in resolving this problem.
java.lang.UnsatisfiedLinkError: no jaglib in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1738)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at jautil.install.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:86)
at jautil.install.NativeLibLoader.loadLibrary(NativeLibLoader.java:26)
at sigmlanim.JAnimgen.<clinit>(JAnimgen.java:65)
at jautil.JAEnv.<init>(JAEnv.java:168)
at jautil.JAEnv.makeAppletJAEnv(JAEnv.java:143)
at app.SiGMLPlayerApplet.init(SiGMLPlayerApplet.java:155)
at sun.applet.AppletPanel.run(AppletPanel.java:424)
at java.lang.Thread.run(Thread.java:662)
Enrico Rosina
Greenhorn
Joined: Nov 06, 2010
Posts: 14
posted
0
Hello,
I am not sure to understand what you are asking for, but from the stacktrace I guess it is an applet you are running?
If so you can reference more than one jar name in the <APPLET> or <OBJECT> tag... so did you signal your jaglib ?
Regards
Enrico
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.