blob: 7de33924f4cf79c52f57faa269ce0d1c21e8716d (
plain) (
blame)
1
2
3
4
5
6
7
8
|
The Java3D libraries are not installed in JRE, so you have to add
%%TARGET_DIR%%/jar/j3daudio.jar
%%TARGET_DIR%%/jar/j3dcore.jar
%%TARGET_DIR%%/jar/j3dutils.jar
%%TARGET_DIR%%/jar/vecmath.jar
to the CLASSPATH environment variable, and add
%%TARGET_DIR%%/lib
to the LD_LIBRARY_PATH environment variable.
|