diff options
Diffstat (limited to 'www/j3d1_4_0/HOW-TO-INSTALL.html')
-rw-r--r-- | www/j3d1_4_0/HOW-TO-INSTALL.html | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/www/j3d1_4_0/HOW-TO-INSTALL.html b/www/j3d1_4_0/HOW-TO-INSTALL.html deleted file mode 100644 index 48e63e8..0000000 --- a/www/j3d1_4_0/HOW-TO-INSTALL.html +++ /dev/null @@ -1,61 +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.4.0 Installation Instructions</title> -</head> -<body> -<h2>Instructions for Installing Java 3D<sup><font size="-2">TM</font></sup> -1.4.0</h2> -<p>The 1.4.0 version of the Java 3D<sup><font size="-2">TM</font></sup> -API runs on JDK version 1.4.2 and higher. It has been released for -the <a href="#Solaris">Solaris</a>, <a href="#Linux">Linux</a>, and <a - href="#Windows">Windows</a> operating -environments. See the <a href="RELEASE-NOTES.html">release notes</a> -for more information.<br> -</p> -<h4><a name="Linux"></a>Linux</h4> -<p>This release of Java 3D runs on JDK version 1.4.2 and -higher. -To install this build, chdir to the "jre" directory within the jdk -and execute the self-extracting binary that you downloaded. For -example, if you are running on a Linux/x86 platform and your JDK is -installed -in /usr/java/jdk1.5.0_06, you would install Java 3D as follows: -</p> -<ul> -cd /usr/java/jdk1.5.0_06/jre<br> -sh /path-to-download-files/java3d-1_4_0-linux-i586.bin<br> -</ul> -<p>You may need to be "root" to do this on Linux.<br> -</p> -<h4><a name="Solaris"></a>Solaris</h4> -<p>This release of Java 3D runs on JDK version 1.4.2 and -higher (JDK 1.5.0 or higher for Solaris/x86). -To install this build, chdir to the "jre" directory within the jdk -and execute the self-extracting binary that you downloaded. For -example, if you are running on a Solaris/x86 platform (including amd64) -and your JDK is -installed -in /usr/java/jdk1.5.0_06, you would install Java 3D as follows: -</p> -<ul> -cd /usr/java/jdk1.5.0_06/jre<br> -sh /path-to-download-files/java3d-1_4_0-solaris-x86.bin<br> -</ul> -<p>You may need to be "root" to do this on Solaris.<br> -</p> -<h4><a name="Windows"></a>Windows</h4> -<p>This release of Java 3D runs on JDK version 1.4.2 and -higher. To install -this build, execute the binary installer that you downloaded, by -double-clicking on the java3d-1_4_0-windows-i586.exe icon.<br> -</p> -<p>Alternatively, you can download the java3d-1_4_0-windows-i586.zip -file and manually install -the -necessary files into your JRE. In this case, unzip the file, and follow -the instructions in the unzipped README.txt file.</p> -</body> -</html> |