In addition to the information here, also see Sun's Java3D
Website for more general information about the purpose and use of
the Java 3D API.
This is a developer release of an implementation of version 1.1.1 of the Java 3DTM API Edition, which is a set of classes and shared libraries that allows the use of Silicon Graphics Java Environment to develop and execute Java programs written in the Java 3DTM API. This software can be used with IRIX 6.2 through 6.5.
There are several different ways to use the Silicon Graphics Java Environment to develop and execute three-dimensional graphics applications.
They include:
Java3d expects to be installed on top of the SGI Java2 environment. Once you install java3d you can run some of the demos that are under usr/demos/java/j3d. To run the Java3D demos you will need to set your CLASSPATH and LD_LIBRARY_PATH to point to the java3d core libraries.
The following C-shell alias can be used to setup your CLASSPATH and LD_LIBRARY_PATH correctly to run java3d applications.
alias j3d-setup-install 'setenv DISPLAY $HOST\:0.0; setenv J3D /usr/java ; setenv CLASSPATH ".:$J3D/lib/ext/vecmath.jar:$J3D/lib/ext/j3dcore.jar:$J3D/lib/ext/j3dutils.jar:$J3D/lib/ext/j3daudio.jar" ; setenv LD_LIBRARY_PATH ".:$J3D/lib32/mips"'
We encourage you to submit your comments on this and future test releases of Java3d API's to java3d-comments@corp.sgi.com .
We are unable to provide support at this time for the Developer Release bits. In place, we will be focusing our resources to incorporate your input into subsequent release candidates of the Java3D API on IRIX in the upcoming months.
Java and other Java-based names are trademarks of Sun Microsystems, Inc., and refer to Sun's family of Java-branded technologies. Sun, Sun Microsystems, and the Sun Logo are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.