Archana C.S. wrote:
You must have Java3D installed for this loader demo to work. If you don't want to be using Java3D then you should be starting from these demos:
Hi,
I have successfully installed Xj3D on solaris. When i run ./browser.sh it runs perfectly fine.
I want to run the examples/loader/LoaderDemo.class
I want to set up the classpath for it. I tried setting the classpath the same way as in browser.sh
java -Xmx450M -Xbootclasspath/p:./bin -Djava.library.path=./bin -classpath ".:jars/vecmath.jar:rest of the jars" -jar LoaderDemo
I get the following error
Exception in thread "main" java.lang.NoClassDefFoundError: javax/media/j3d/Node