Downloading and installing Java3D: Difference between revisions

From JogampWiki
Jump to navigation Jump to search
(Updates the Java3D version from pre12 to final)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Downloading the latest stable version =
= Downloading the latest stable version =


Go to [{{SERVER}}/deployment/java3d/1.6.0-pre11/ this page] and download the 7z archive file:
Go to [{{SERVER}}/deployment/java3d/1.6.0-final/ this page] and download the 7z archive file:


: [{{SERVER}}/deployment/java3d/1.6.0-pre11/jogamp-java3d.7z jogamp-java3d.7z]
: [{{SERVER}}/deployment/java3d/1.6.0-final/jogamp-java3d.7z jogamp-java3d.7z]


Do the same for JogAmp as it is indicated [https://jogamp.org/wiki/index.php/Downloading_and_installing_JOGL#Downloading_the_latest_stable_version here].
Do the same for JogAmp as it is indicated [https://jogamp.org/wiki/index.php/Downloading_and_installing_JOGL#Downloading_the_latest_stable_version here].
Line 17: Line 17:


While keeping the above directory structure as-is, you can go ahead and
While keeping the above directory structure as-is, you can go ahead and
* add the non-native JAR files to your CLASSPATH (IDE, manual, ..)
* add the JAR files to your CLASSPATH (IDE, manual, ..)
* do the same for JogAmp
* do the same for JogAmp as it is indicated [https://jogamp.org/wiki/index.php/Downloading_and_installing_JOGL#Using_the_7z_jogamp-all-platforms_archive here]


.. now you are set to start using Java 3D in your project.
.. now you are set to start using Java 3D in your project.


= More information =
= More information =
Some very detailed instructions are available [http://gouessej.wordpress.com/2012/08/01/java-3d-est-de-retour-java-3d-is-back/ here].

Latest revision as of 15:47, 13 April 2017

Downloading the latest stable version

Go to this page and download the 7z archive file:

jogamp-java3d.7z

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 JAR files to your CLASSPATH (IDE, manual, ..)
  • do the same for JogAmp as it is indicated here

.. now you are set to start using Java 3D in your project.

More information

Some very detailed instructions are available here.