From 1b8b490bb914075b50a0060b652c891c84a57bbe Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Wed, 22 Feb 2006 00:36:49 +0000 Subject: Minor updates to release notes; Added instructions for manual installation (unzip) of zip bundle git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@525 ba19aa83-45c5-6ac9-afd3-db810772062c --- release-info/fcs-1_4_0/0-USAGE.txt | 25 ++++++--- release-info/fcs-1_4_0/README-download.html | 2 +- release-info/fcs-1_4_0/README-unzip.html | 87 +++++++++++++++++++++++++++++ release-info/fcs-1_4_0/README.txt | 20 +++++++ 4 files changed, 125 insertions(+), 9 deletions(-) create mode 100644 release-info/fcs-1_4_0/README-unzip.html create mode 100644 release-info/fcs-1_4_0/README.txt (limited to 'release-info') diff --git a/release-info/fcs-1_4_0/0-USAGE.txt b/release-info/fcs-1_4_0/0-USAGE.txt index fe86935..4caa20a 100644 --- a/release-info/fcs-1_4_0/0-USAGE.txt +++ b/release-info/fcs-1_4_0/0-USAGE.txt @@ -1,17 +1,26 @@ README.html : - Modified RELEASE NOTES (with link to install instructions removed) - used as README file for Windows installer + Modified RELEASE NOTES (with link to install instructions removed) + used as README file for Windows installer LICENSE-Java3D-v1_4_0.rtf : - rtf version of license used for Windows installer + rtf version of license used for Windows installer LICENSE-Java3D-v1_4_0.txt : - text version of license used for Unix installers, the Windows - zip bundle, and in download directory + text version of license used for Unix installers, the Windows + zip bundle, and in download directory README-download.html : - README file used in download directory; includes pointer to - LICENSE-Java3D-v1_4_0.txt plus HOW_TO_INSTALL.html + README file used in download directory; includes pointer to + LICENSE-Java3D-v1_4_0.txt plus HOW_TO_INSTALL.html README-distribution.txt : - Legal README FILE that is included with the Windows zip bundle + Legal README file that is included with the Windows zip bundle + +README.txt : + README file that is included with the Windows zip bundle; + includes MANIFEST of files in bundle + +README-unzip.html : + README file that is included with the Windows zip bundle; + includes pointer to LICENSE-Java3D-v1_4_0.txt plus instructions + for manually unzipping the zip bundle diff --git a/release-info/fcs-1_4_0/README-download.html b/release-info/fcs-1_4_0/README-download.html index ac0451b..69c578a 100644 --- a/release-info/fcs-1_4_0/README-download.html +++ b/release-info/fcs-1_4_0/README-download.html @@ -21,7 +21,7 @@ the Solaris, Linux, and release notes -for more information
+for more information.

Linux

This release of Java 3D runs on JDK version 1.4.2 and diff --git a/release-info/fcs-1_4_0/README-unzip.html b/release-info/fcs-1_4_0/README-unzip.html new file mode 100644 index 0000000..cadfa5f --- /dev/null +++ b/release-info/fcs-1_4_0/README-unzip.html @@ -0,0 +1,87 @@ + + + + + Java 3D 1.4.0 Installation Instructions + + +

Java 3DTM 1.4.0 Release

+

This software is licensed by Sun, as specified in the LICENSE-Java3D-v1_4_0.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.4.0

+

The 1.4.0 version of the Java 3DTM +API for Windows/XP and Windows 2000 runs on JDK version 1.4.2 and +higher. See the release +notes +for more information.
+

+
+

NOTE: This zip +bundle is intended for expert users who do not want to use the +automated installer. Most users will want to download and install the +java3d-1_4_0-windows-i586.exe file instead.
+

+
+

To manually install this build, do the following:

+
    +
  1. Download java3d-1_4_0-windows-i586.zip to a temporary +directory, +for example, "c:\Temp"
  2. +
    +
  3. Unzip java3d-1_4_0-windows-i586.zip (using WinZip or a +similar +tool) into "c:\Temp". This will create a +"java3d-1_4_0-windows-i586" subdirectory in \Temp where the +downloaded files can be found. The file you need for manual +installation is "j3d-140-win.zip".
    +
    +
  4. +
  5. Unzip Java 3D 1.4.0 into your JRE as follows:
    +
    +
  6. + +
    +
  7. If you also installed the JDK, unzip Java 3D 1.4.0 into the +"jre" +directory of your JDK as follows:
  8. +
    + +
+


+

+ + diff --git a/release-info/fcs-1_4_0/README.txt b/release-info/fcs-1_4_0/README.txt new file mode 100644 index 0000000..2ad46e2 --- /dev/null +++ b/release-info/fcs-1_4_0/README.txt @@ -0,0 +1,20 @@ +Java 3D(TM) 1.4.0 Release +------------------------- + +This software is licensed by Sun, as specified in the LICENSE-Java3D-v1_4_0.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.4.0 +---------------------------------------- + +After downloading and unzipping the java3d-1_4_0-windows-i586.zip file into a temporary directory, for example, "c:\Temp", you will see the following files in the java3d-1_4_0-windows-i586 directory: + + COPYRIGHT.txt Copyright notice + LICENSE-Java3D-v1_4_0.txt Software License Agreement + README-distribution.txt Requirements for distribution of Java 3D files + README-unzip.html Instructions for manually installing the release + README.txt README file (you are reading it now) + j3d-140-win.zip Zip file containing the files to be installed + +To manually install Java 3D, open README-unzip.html in your browser and follow the instructions. + -- cgit v1.2.3