Downloading and installing Java3D: Difference between revisions

From JogampWiki
Jump to navigation Jump to search
(Created page with '= Downloading the latest stable version = Go to [{{SERVER}}/deployment/java3d/1.6.0-pre11/jogamp-java3d.7z this page] and download the 7z archive file: : [{{SERVER}}/deployment…')
 
Line 6: Line 6:


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].
== Using the 7z jogamp-java3d archive ==
After inflating the file with [http://www.7-zip.org/ 7zip], you will have the general directory structure:
<pre>
&lt;jogamp-java3d&gt;/
&lt;jogamp-java3d&gt;/jar/&lt;module&gt;.jar
</pre>
= More information =

Revision as of 10:48, 22 October 2014

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


More information