diff options
author | Kevin Rushforth <[email protected]> | 2008-05-28 18:52:21 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2008-05-28 18:52:21 +0000 |
commit | 6e8eabdb8793943bbfa7d69fbe7d23ff51880c88 (patch) | |
tree | ad128b44ccafaa5a1844b455b6b1495d24aa6863 | |
parent | 943d56df3610d16a38590463efd27a560f1911e6 (diff) |
file README-download.html was added on branch dev-1_6 on 2008-06-30 20:24:45 +0000
git-svn-id: https://svn.java.net/svn/j3d-core~svn/branches/dev-1_6@906 ba19aa83-45c5-6ac9-afd3-db810772062c
-rw-r--r-- | release-info/fcs-1_5_2/README-download.html | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/release-info/fcs-1_5_2/README-download.html b/release-info/fcs-1_5_2/README-download.html deleted file mode 100644 index 6a07ee4..0000000 --- a/release-info/fcs-1_5_2/README-download.html +++ /dev/null @@ -1,79 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> - <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> - <title>Java 3D 1.5.2 Installation Instructions</title> -</head> -<body> -<h2>Java 3D<sup><font size="-2">TM</font></sup> 1.5.2 Release</h2> -<p>This software is licensed by Sun, as specified in the -<a href="LICENSE-Java3D-v1_5_2.txt">LICENSE-Java3D-v1_5_2.txt</a> -file. You must only use this software in accordance with the terms -under which the code is licensed. -</p> -<h2>Instructions for Installing Java 3D 1.5.2</h2> -<p>The 1.5.2 version of the Java 3D<sup><font size="-2">TM</font></sup> -API runs on JDK version -1.5.0 and higher. It has been released for the Windows, Linux, -Solaris, and Mac OS X operating environments. See the -<a href="http://j3d-core.dev.java.net/j3d1_5_2/RELEASE-NOTES.html">release -notes</a> for more information. -</p> - -<h3>Preferred method</h3> - -<p>Developers who wish to develop an application using the Java 3D API -are encouraged to download the j3d-1_5_2-XXX.zip file for -their platform, and manually install the necessary files into a -directory on their local disk. To do this, unzip the downloaded file, -and follow the instructions in the unzipped README.txt file. -</p> - -<h3>Alternative method</h3> - -<p>Alternatively, you can run the installer as shown below, keeping in -mind that it is not recommended to install the j3d jar files and -native libraries directly into the JRE. -</p> - -<h4>Windows</h4> -<p>To install the Java 3D API on Windows, download the binary -installer and then execute it, by double-clicking on the -j3d-1_5_2-windows-i586.exe (or j3d-1_5_2-windows-amd64.exe) -icon. -</p> - -<h4>Linux or Solaris</h4> -<p>To install the Java 3D API on Linux or Solaris, download the -self-extracting binary file, chdir to the desired directory, and then -execute it. For example, on a 32-bit Linux system: -</p> -<ul> -cd /myhome/j3d<br> -sh /path-to-download-files/j3d-1_5_2-linux-i586.bin<br> -</ul> - -<p>After doing this, you will need to modify your CLASSPATH -environment variable to include the full paths to j3dcore.jar, -j3dutils.jar, and vecmath.jar. For example: -</p> - -<ul> -export CLASSPATH=".:/myhome/j3d/lib/ext/j3dcore.jar:/myhome/j3d/lib/ext/j3dutils.jar:/myhome/j3d/lib/ext/vecmath.jar -</ul> - -<p>Then modify your LD_LIBRARY_PATH environment variable to contain the -full path to the "lib/ARCH" directory. For example, on 32-bit Linux: -</p> - -<ul> -export LD_LIBRARY_PATH=/myhome/j3d/lib/i386 -</ul> - -<h4>Mac OS X</h4> -<p>No installer is available for the Mac OS X operating environment. -You will need to download the j3d-1_5_2-macosx.zip file, unzip it, -and follow the instructions in the unzipped README.txt file. -</p> -</body> -</html> |