aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2006-01-30 22:43:49 +0000
committerKevin Rushforth <[email protected]>2006-01-30 22:43:49 +0000
commit4edb85106d4ef5f27269ee2a88ec7c8530768f3c (patch)
tree350e9791b62d46f79c23cf91c9777da39d69ffe2 /www
parent8fca1f9e55cb3aa30185a72ad6cb05bf6da475a6 (diff)
Updated release notes for upcoming 1.4.0-beta4 release
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@510 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'www')
-rw-r--r--www/j3d1_4_0/HOW-TO-INSTALL.html116
-rw-r--r--www/j3d1_4_0/RELEASE-NOTES.html29
2 files changed, 50 insertions, 95 deletions
diff --git a/www/j3d1_4_0/HOW-TO-INSTALL.html b/www/j3d1_4_0/HOW-TO-INSTALL.html
index 0c584b2..a733c2d 100644
--- a/www/j3d1_4_0/HOW-TO-INSTALL.html
+++ b/www/j3d1_4_0/HOW-TO-INSTALL.html
@@ -7,93 +7,49 @@
</head>
<body>
<h2>Instructions for Installing
-Java&nbsp;3D<sup><font size="-2">TM</font></sup> 1.4.0-beta3</h2>
-<p>The 1.4.0-beta3 version of the Java&nbsp;3D<sup><font size="-2">TM</font></sup>
+Java&nbsp;3D<sup><font size="-2">TM</font></sup> 1.4.0-beta4</h2>
+<p>The 1.4.0-beta4 version of the Java&nbsp;3D<sup><font size="-2">TM</font></sup>
API runs on JDK version 1.4.2 and higher. It has been released for
-the Solaris, Linux, and Windows operating
-environments.<br>
+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>
-<hr>
-<p><span style="font-style: italic; font-weight: bold;">NOTE: This
-pre-release version does not yet come with an installer.
-Beginning with the 1.4.0-beta4 release, we will provide an installer
-for the Windows operating
-environment, and a self-extracting binary for the Solaris and Linux
-operating
-environments.</span><br>
+<h4><a name="Linux"></a>Linux</h4>
+<p>This interrim build of Java&nbsp;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 Solaris/sparc platform and your JDK is
+installed
+in /usr/java/jdk1.5.0_06, you would install Java&nbsp;3D as follows:
+</p>
+<ul>
+cd /usr/java/jdk1.5.0_06/jre<br>
+sh /path-to-download-files/java3d-1_4_0-beta4-solaris-sparc.bin<br>
+</ul>
+<p>You may need to be "root" to do this on Linux.<br>
</p>
-<hr>
-<p>This interrim build runs on JDK version 1.4.2 and higher.
+<h4><a name="Solaris"></a>Solaris</h4>
+<p>This interrim build of Java&nbsp;3D runs on JDK version 1.4.2 and
+higher.
To install this build, chdir to the "jre" directory within the jdk
-and unzip (or unjar) the zip file. For example, if your JDK is
+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 this as follows:
+in /usr/java/jdk1.5.0_06, you would install Java&nbsp;3D as follows:
</p>
<ul>
-cd /usr/java/jdk1.5.0_06<br>
-unzip /path-to-extracted-files/j3d-140-*.zip<br>
+cd /usr/java/jdk1.5.0_06/jre<br>
+sh /path-to-download-files/java3d-1_4_0-beta4-linux-i586.bin<br>
</ul>
-<p>You may need to be "root" to do this on Solaris or Linux.</p>
-<p>Here is an example of how to install Java 3D 1.4.0-beta3 on a
-Windows/XP system:</p>
-<ol>
- <li>Download java3d-1_4_0-beta3-windows-i586.zip to a temporary
-directory,
-for example, "c:\Temp"</li>
- <br>
- <li>Unzip java3d-1_4_0-beta3-windows-i586.zip (using WinZip or a
-similar
-tool) into "c:\Temp". You will see the following files in the
-"java3d-1_4_0-beta3-windows-i586" subdirectory:</li>
- <br>
- <ul>
-COPYRIGHT.txt<br>
-HOW-TO-INSTALL.txt<br>
-LICENSE-JRL.txt<br>
-README.txt<br>
-j3d-140-beta3-win.zip<br>
- </ul>
- <br>
-The only file you need is "j3d-140-beta3-win.zip".<br>
- <br>
- <li>Unzip Java 3D 1.4.0-beta3 into your JRE as follows:<br>
- <br>
- </li>
- <ul>
- <li>Locate your "JRE". The default location for the current release
-is:
-"c:\Program&nbsp;Files\Java\jre1.5.0_06"</li>
- <br>
- <li>Unzip j3d-140-beta3-win.zip (found in
-c:\Temp\java3d-1_4_0-beta3-windows-i586)
-to the jre directory.</li>
- <br>
- <li>Verify that the j3d*.jar and vecmath.jar files end up in:
-"c:\Program&nbsp;Files\Java\jre1.5.0_06\lib\ext"</li>
- <br>
- <li>Verify that the j3d*.dll files end up in:
-"c:\Program&nbsp;Files\Java\jre1.5.0_06\bin"</li>
- </ul>
- <br>
- <li>If you also installed the JDK, unzip Java 3D 1.4.0-beta3 into the
-"jre"
-directory of your JDK as follows:</li>
- <br>
- <ul>
- <li>Locate the jre directory of your "JDK". The default location
-for the
-current release is: "c:\Program&nbsp;Files\Java\jdk1.5.0_06\jre"</li>
- <br>
- <li>Unzip j3d-140-beta3-win.zip (found in
-c:\Temp\java3d-1_4_0-beta3-windows-i586)
-to the jre directory of the JDK.</li>
- <br>
- <li>Verify that the j3d*.jar and vecmath.jar files end up in:
-"c:\Program&nbsp;Files\Java\jdk1.5.0_06\jre\lib\ext"</li>
- <br>
- <li>Verify that the j3d*.dll files end up in:
-"c:\Program&nbsp;Files\Java\jdk1.5.0_06\jre\bin"</li>
- </ul>
-</ol>
+<p>You may need to be "root" to do this on Solaris.<br>
+</p>
+<h4><a name="Windows"></a>Windows</h4>
+This interrim build of Java&nbsp;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-beta4-windows-i586.exe icon.<br>
+<br>
</body>
</html>
diff --git a/www/j3d1_4_0/RELEASE-NOTES.html b/www/j3d1_4_0/RELEASE-NOTES.html
index 1386c3a..7fc0a68 100644
--- a/www/j3d1_4_0/RELEASE-NOTES.html
+++ b/www/j3d1_4_0/RELEASE-NOTES.html
@@ -19,16 +19,15 @@
<title>Java 3D 1.4.0 Release Notes</title>
</head>
<body>
-<h2>Java&nbsp;3D<sup><font size="-2">TM</font></sup> 1.4.0-beta3
+<h2>Java&nbsp;3D<sup><font size="-2">TM</font></sup> 1.4.0-beta4
Pre-Release Notes</h2>
-<p><span style="color: rgb(204, 0, 0);"><b><i>This is a placeholder for
-actual release notes. The real release
-notes will come later.</i></b></span><br>
+<p><span style="color: rgb(204, 0, 0);"><b><i>NOTE: These release notes
+are incomplete.</i></b></span><br>
</p>
<p>This file contains important pre-release information for users of
the
Java&nbsp;3D<sup><font size="-2">TM</font></sup> API, version
-1.4.0-beta3.
+1.4.0-beta4.
</p>
<ul>
<a href="#System_Requirements">System Requirements</a>
@@ -41,20 +40,20 @@ Java&nbsp;3D<sup><font size="-2">TM</font></sup> API, version
<a href="HOW-TO-INSTALL.html">how
to install</a> this pre-release of
Java&nbsp;3D
-version 1.4.0-beta3.</p>
+version 1.4.0-beta4.</p>
<p><span style="font-style: italic;">NOTE: We recommend that you </span><span
style="font-style: italic;">uninstall all </span><span
style="font-style: italic;">previous versions of Java&nbsp;3D before
installing this version.</span>
</p>
<h3><a name="System_Requirements"></a>System Requirements</h3>
-<p>The 1.4.0-beta3 version of the Java&nbsp;3D API has been released
+<p>The 1.4.0-beta4 version of the Java&nbsp;3D API has been released
for
Solaris (both sparc and x86), Linux (both x86 and amd64), and Windows.
</p>
<h4><a name="Solaris_Sparc"></a>Solaris/Sparc</h4>
<p>
-The 1.4.0-beta3 version of Java&nbsp;3D for Solaris/SPARC requires the
+The 1.4.0-beta4 version of Java&nbsp;3D for Solaris/SPARC requires the
following:
</p>
<ul>
@@ -69,7 +68,7 @@ obtained at: <a href="http://www.sun.com/software/graphics/opengl/">http://www.s
</ul>
<h4><a name="Solaris_x86"></a>Solaris/x86</h4>
<p>
-The 1.4.0-beta3 version of Java&nbsp;3D for Solaris/x86 requires the
+The 1.4.0-beta4 version of Java&nbsp;3D for Solaris/x86 requires the
following:
</p>
<ul>
@@ -82,7 +81,7 @@ obtained at: [WHERE?]</li>
</ul>
<h4><a name="Linux"></a>Linux<br>
</h4>
-<p>The 1.4.0-beta3 version of Java&nbsp;3D for Linux (x86 or amd64)
+<p>The 1.4.0-beta4 version of Java&nbsp;3D for Linux (x86 or amd64)
requires
the
following:<br>
@@ -97,7 +96,7 @@ extension: GLX
</ul>
<h4><a name="Windows"></a>Windows<br>
</h4>
-<p>The 1.4.0-beta3 version of Java&nbsp;3D for Windows 2000, and
+<p>The 1.4.0-beta4 version of Java&nbsp;3D for Windows 2000, and
Windows/XP
requires the following:<br>
</p>
@@ -126,7 +125,10 @@ later, which is available from Microsoft at: <a
Java&nbsp;3D is selected by setting the "<code>j3d.rend</code>" system
property
to "<code>d3d</code>",
-for example: "<code>java -Dj3d.rend=d3d ClassName</code>"
+for example:
+ <ul>
+ <code>java -Dj3d.rend=d3d ClassName</code>
+ </ul>
</ul>
</ul>
<h3><a name="Changes_Since_1.3.2"></a>Changes Since 1.3.2</h3>
@@ -371,9 +373,6 @@ rotate</td>
</tr>
</tbody>
</table>
-<br>
-<br>
-<br>
<h3><a name="More_Information"></a>More Information<br>
</h3>
<p>For the latest information on Java&nbsp;3D, see the <a