diff options
author | Kevin Rushforth <[email protected]> | 2008-05-22 18:10:40 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2008-05-22 18:10:40 +0000 |
commit | 20c2b0e727fb696596335915cc63ef56dc9cb317 (patch) | |
tree | c7c8f8203fd19277c1a3072e733a3414cce72c05 /release-info/pre-release/README-download.html | |
parent | fa79b5b8b0a8d2114aebfd7028330a17cb487d2d (diff) |
1. Fixed issue 543 (see below)
2. Added release notes for 1.5.2-beta2 release
Issue number: 543
Obtained from: pepe
Submitted by: kcr
Reviewed by: kcr
Fixed issue 543: J3DClock does not adjust to clock skew
Use "-Dj3d.adjustClockSkew=true" to enable clock skew adjustment
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@899 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'release-info/pre-release/README-download.html')
-rw-r--r-- | release-info/pre-release/README-download.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/release-info/pre-release/README-download.html b/release-info/pre-release/README-download.html index 7cfed64..a12840b 100644 --- a/release-info/pre-release/README-download.html +++ b/release-info/pre-release/README-download.html @@ -6,7 +6,7 @@ <title>3D Graphics API for the Java Platform 1.5.2: Installation Instructions</title> </head> <body> -<h2>3D Graphics API for the Java Platform 1.5.2-beta1 Pre-Release</h2> +<h2>3D Graphics API for the Java Platform 1.5.2-beta2 Pre-Release</h2> <p>This software is licensed by Sun, as specified in the <a href="LICENSE-GPLv2.txt">LICENSE-GPLv2.txt</a> file. You must only use this software in accordance with the terms under which the code is @@ -16,14 +16,14 @@ licensed. <p>The 1.5.2-build1 version of the j3d package 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-beta1.html">release +<a href="http://j3d-core.dev.java.net/j3d1_5_2/RELEASE-NOTES-beta2.html">release notes</a> for more information. </p> <h3>Preferred method</h3> <p>Developers who wish to develop an application using the j3d package -are encouraged to download the j3d-1_5_2-beta1-XXX-i586.zip file for +are encouraged to download the j3d-1_5_2-beta2-XXX-i586.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. @@ -39,7 +39,7 @@ native libraries directly into the JRE. <h4>Windows</h4> <p>To install the j3d package on Windows, download the binary installer and then execute it, by double-clicking on the -j3d-1_5_2-beta1-windows-i586.exe (or j3d-1_5_2-beta1-windows-amd64.exe) +j3d-1_5_2-beta2-windows-i586.exe (or j3d-1_5_2-beta2-windows-amd64.exe) icon. </p> @@ -50,7 +50,7 @@ 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-beta1-linux-i586.bin<br> +sh /path-to-download-files/j3d-1_5_2-beta2-linux-i586.bin<br> </ul> <p>After doing this, you will need to modify your CLASSPATH @@ -72,7 +72,7 @@ export LD_LIBRARY_PATH=/myhome/j3d/lib/i386 <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-beta1-macosx.zip file, unzip it, +You will need to download the j3d-1_5_2-beta2-macosx.zip file, unzip it, and follow the instructions in the unzipped README.txt file. </p> </body> |