Hi,
I am not able to start visolate without hacking the LD_LIBRARY_PATH.
formorer@smithers ~ % visolate
Exception in thread "main" java.lang.UnsatisfiedLinkError: no j3dcore-ogl in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1865)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at javax.media.j3d.NativePipeline$1.run(NativePipeline.java:231)
at java.security.AccessController.doPrivileged(Native Method)
at javax.media.j3d.NativePipeline.loadLibrary(NativePipeline.java:200)
at javax.media.j3d.NativePipeline.loadLibraries(NativePipeline.java:157)
at javax.media.j3d.MasterControl.loadLibraries(MasterControl.java:987)
at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:299)
at visolate.Display.<init>(Display.java:100)
at visolate.Visolate.<init>(Visolate.java:75)
at visolate.Visolate.<init>(Visolate.java:69)
at visolate.Main.main(Main.java:104)
If I set export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/jni it works.
Thanks
Hello Alex, (sorry for the delay, the mail has been stuck in my mail queue since friday due to a typo in the destination address) This looks to me like a case of http://bugs.debian.org/651315. During testing in isolation, I've found that the java helpers seem to have stopped providing the dependency on a /usr/bin/java, thus I didn't get your java version with the report. What provides your /usr/bin/java? Thanks chrysn
control: severity -1 important I just tried visolate/2.1.6~svn8+dfsg1-1 on a freshly installed sid system and besides a tweak to use commons-cli-1.3.jar I couldn't reproduce this error. I suspect this issue occurred with the Oracle JRE instead of the default JRE provided by Debian. Emmanuel Bourg
control: severity -1 important I just tried visolate/2.1.6~svn8+dfsg1-1 on a freshly installed sid system and besides a tweak to use commons-cli-1.3.jar I couldn't reproduce this error. I suspect this issue occurred with the Oracle JRE instead of the default JRE provided by Debian. Emmanuel Bourg