I have installed
Java 3D API software and wanted to start some
test programs, but all of them failed. The error messages are nearly identical, indicating NoClassDefFoundError. For example, the following error appears if I try to start HelloUniverse:
"
C:\jdk1.2\demo\java3d\HelloUniverse>java HelloUniverse
Exception in
thread "main" java.lang.NoClassDefFoundError:
javax/media/j3d
GraphObject
"
Any idea how this could be corrected? Assume that JDK1.2 is installed without a fault.
Thanks in advance,
Andrey