From 908d0fbb2ea26226165cd42f12abf0d27e4a3f53 Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Fri, 29 Sep 2006 18:04:13 +0000 Subject: Merged dev-1_5 branch back to MAIN trunk git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@701 ba19aa83-45c5-6ac9-afd3-db810772062c --- release-info/pre-release/README-unzip.html | 124 +++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 release-info/pre-release/README-unzip.html (limited to 'release-info/pre-release/README-unzip.html') diff --git a/release-info/pre-release/README-unzip.html b/release-info/pre-release/README-unzip.html new file mode 100644 index 0000000..b0614fd --- /dev/null +++ b/release-info/pre-release/README-unzip.html @@ -0,0 +1,124 @@ + + + + + Java 3D 1.5.0 Installation Instructions + + +

Java 3DTM 1.5.0 Pre-Release

+

This software is licensed by Sun, as specified in the LICENSE-JRL.txt +file. You +must only use this software in accordance with the terms under which +the +code is licensed.

+

Instructions for Unzipping Java 3D 1.5.0 Pre-Release

+The 1.5.0-XXX pre-release version of the +Java 3DTM +API runs on JDK version 1.5.0 and higher. It has been released for +the Solaris, Linux, Windows, and Mac OS X +operating +environments.
+
+

Windows
+

+The 1.5.0 pre-release version of the Java 3DTM +API for Windows/XP and Windows 2000 runs on JDK version 1.5.0 and +higher. To manually install this build, do the following: +
    +
  1. Download java3d-1_5_0-XXX.zip to a temporary +directory, +for example, "c:\Temp"
  2. +
    +
  3. Unzip java3d-1_5_0-XXX.zip (using WinZip or a +similar +tool) into "c:\Temp". This will create a +"java3d-1_5_0-XXX" subdirectory in \Temp where the +downloaded files can be found. The file you need for manual +installation is "j3d-150-XXX-.zip".
    +
    +
  4. +
  5. Unzip Java 3D 1.5.0 into your JRE as follows:
    +
    +
  6. + +
    +
  7. If you also installed the JDK, unzip Java 3D 1.5.0 into the +"jre" +directory of your JDK as follows:
  8. +
    + +
+

Linux, +Solaris, Mac OS X
+

+

The 1.5.0 pre-release version of the Java 3DTM +API for Linux or Solaris runs on JDK version 1.5.0 and +higher. To manually install this build, do the following:

+
    +
  1. Download java3d-1_5_0-XXX.zip to a temporary +directory, +for example, "/tmp"
  2. +
    +
  3. Unzip java3d-1_5_0-XXX.zip into "/tmp" as follows:
    +
    +
      + cd /tmp
      + unzip java3d-1_5_0-*.zip
      +
    +
    +This will create a +"java3d-1_5_0-XXX" subdirectory in /tmp where the +downloaded files can be found. The file you need for manual +installation is "j3d-150-XXX.zip".
    +
    +
  4. +
  5. Unzip Java 3D 1.5.0 into the +"jre" +directory of your JDK. For example, if your JDK is in +"/usr/java/jdk1.5.0_08/jre", you would do the following:
    +
    +
      + cd /usr/java/jdk1.5.0_08/jre
      + unzip /tmp/java3d-1_5_0-*/j3d-150-*.zip
      +
    +
    +Verify that the j3dcore.jar, j3dutils.jar, and vecmath.jar files end up +in +"/usr/java/jdk1.5.0_08/jre/lib/ext"
  6. +
+
+ + -- cgit v1.2.3