This is the Blackdown Java-Linux implementation of the Java3D(TM) 1.1.3 API Requirements: ------------- * Mesa 3.1 (http://www.mesa3d.org) or another OpenGL implementation * Blackdown Java2 SDK v1.2.2-RC4 or v1.2.2-FCS (Sun's Java2 SDK v1.2.2-FCS should work too but it is not supported by Blackdown) Installation: ------------- cd $installdir # see note below tar xvIf java3d1_1_3-FCS-linux-sdk.tar.bz2 where $installdir is the directory where JDK1.2.2 was extracted. Once the release has been extracted, you may want to run one of the example programs. cd $installdir/jdk1.2.2/demo/java3d/test_program java test_program Where test_program is the program you wish to run (e.g., HelloUniverse). If you get an error message about a missing symbol (glTexImage3D), then please try again after: mv $installdir/jdk1.2.2/jre/lib/i386/libJ3D.so $installdir/jdk1.2.2/jre/lib/i386/libJ3D.so.TEXTURE_3D mv $installdir/jdk1.2.2/jre/lib/i386/libJ3D.so.no_TEXTURE_3D $installdir/jdk1.2.2/jre/lib/i386/libJ3D.so -- Juergen Kreileder for the Blackdown Java-Linux Team 2000/05/03