Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>To add the jar's to a <strong>specific project's classpath</strong>:</p> <ol> <li>Right-click (or cmd-click on mac?) your project in the Project Explorer view and choose <strong>Properties > Java Build Path > Libraries</strong>.</li> <li>Add the folder "\System\Library\Java\Extensions" by clicking the "Add External Class Folder..." button</li> </ol> <p><strong>EDIT:</strong></p> <p>I would suggest the following, given that</p> <ul> <li>you have the JDK (version 1.5.0 or higher) installed</li> <li>you have Eclipse for Java or Java EE developers installed (not Eclipse Classic for example)</li> <li>you can build a vanilla, HelloWorld Java application already</li> </ul> <p>Basically, it sounds like you might not have added the Java 3D api's to your JRE. The download you linked to in your original question contains a help file named README-unzip.html, which is where I obtained the following instructions from:</p> <blockquote> <ol> <li><p>Download java3d-1_5_1-XXX.zip to a temporary directory, for example, "/tmp"</p></li> <li><p>Unzip java3d-1_5_1-XXX.zip into "/tmp" as follows:</p> <pre><code> cd /tmp unzip java3d-1_5_1-*.zip </code></pre> <p>This will create a "java3d-1_5_1-XXX" subdirectory in /tmp where the downloaded files can be found. The file you need for manual installation is "j3d-jre.zip".</p></li> <li><p>Unzip Java 3D 1.5.1 into the "jre" directory of your JDK. For example, if your JDK is in "/usr/java/jdk1.6.0_01/jre", you would do the following:</p> <pre><code> cd /usr/java/jdk1.6.0_01/jre unzip /tmp/java3d-1_5_1-*/j3d-jre.zip </code></pre> <p>Verify that the j3dcore.jar, j3dutils.jar, and vecmath.jar files end up in "/usr/java/jdk1.6.0_01/jre/lib/ext"</p></li> </ol> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload