secviz / davix

Data Analysis and Visualization Linux Toolset
58 stars 19 forks source link

Walrus Error #2

Open ZAJHammond opened 10 years ago

ZAJHammond commented 10 years ago

Priority: Medium

Walrus is failing when it is run and throwing a "Exception in thread "main" java.lang.NoClassDefFoundError: javax/media/j3d/Canvas3D" error. May reference: http://forums.gentoo.org/viewtopic-t-448287-start-0.html

j13design commented 10 years ago

I changed my walrus start script to this. Once you fix the j3d classpath it will throw another for libj3dcore-ogl.so, so that path needs to be added as well. The java3d files get moved into place, but walrus doesn't seem to care.

!/bin/sh

java -cp mp.jar:antlrall-mod.jar:libsea.jar:walrus.jar:/usr/share/java/j3dcore.jar:/usr/share/java/j3dutils.jar:/usr/share/java/vecmath.jar:/usr/lib/jvm/java-1.6.0-openjdk-i386/jre/lib/i386/ H3Main