Downloading and installing Java3D: Difference between revisions
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
</pre> | </pre> | ||
While keeping the above directory structure as-is, you can go ahead and | |||
* add the non-native JAR files to your CLASSPATH (IDE, manual, ..) | |||
* do the same for JogAmp | |||
.. now you are set to start using Java 3D in your project. | |||
= More information = | = More information = |
Revision as of 10:50, 22 October 2014
Downloading the latest stable version
Go to this page and download the 7z archive file:
Do the same for JogAmp as it is indicated here.
Using the 7z jogamp-java3d archive
After inflating the file with 7zip, you will have the general directory structure:
<jogamp-java3d>/ <jogamp-java3d>/jar/<module>.jar
While keeping the above directory structure as-is, you can go ahead and
- add the non-native JAR files to your CLASSPATH (IDE, manual, ..)
- do the same for JogAmp
.. now you are set to start using Java 3D in your project.