aboutsummaryrefslogtreecommitdiffstats
path: root/release-info/pre-release/README-download.html
diff options
context:
space:
mode:
authorHarvey Harrison <[email protected]>2013-04-07 10:39:38 -0700
committerHarvey Harrison <[email protected]>2013-04-07 10:39:38 -0700
commit1e29cfc3c5dfe79b76320cf5847af9cb00b230e1 (patch)
tree8af89b905a97be21b5600c276f03af00408db541 /release-info/pre-release/README-download.html
parent60941a47198c40a975256659648867d14a0fc57b (diff)
j3dcore: remove old release files/licenses that may confuse people
The project is GPLv2 + classpath exception as found in LICENSE.txt, remove the older files that may confuse people. Signed-off-by: Harvey Harrison <[email protected]>
Diffstat (limited to 'release-info/pre-release/README-download.html')
-rw-r--r--release-info/pre-release/README-download.html79
1 files changed, 0 insertions, 79 deletions
diff --git a/release-info/pre-release/README-download.html b/release-info/pre-release/README-download.html
deleted file mode 100644
index d685a45..0000000
--- a/release-info/pre-release/README-download.html
+++ /dev/null
@@ -1,79 +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>3D Graphics API for the Java Platform 1.6.0: Installation Instructions</title>
-</head>
-<body>
-<h2>3D Graphics API for the Java Platform 1.6.0-beta1 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
-licensed.
-</p>
-<h2>Instructions for installing the 3D Graphics API for the Java Platform</h2>
-<p>The 1.6.0-beta1 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&nbsp;OS&nbsp;X operating environments. See the
-<a href="http://j3d-core.dev.java.net/j3d1_6_0/RELEASE-NOTES-beta1.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_6_0-beta1-XXX.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.
-</p>
-
-<h3>Alternative method</h3>
-
-<p>Alternatively, you can run the installer as shown below, keeping in
-mind that it is not recommended to install the j3d jar files and
-native libraries directly into the JRE.
-</p>
-
-<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_6_0-beta1-windows-i586.exe (or j3d-1_6_0-beta1-windows-amd64.exe)
-icon.
-</p>
-
-<h4>Linux or Solaris</h4>
-<p>To install the j3d package on Linux or Solaris, download the
-self-extracting binary file, chdir to the desired directory, and then
-execute it. For example, on a 32-bit Linux system:
-</p>
-<ul>
-cd /myhome/j3d<br>
-sh /path-to-download-files/j3d-1_6_0-beta1-linux-i586.bin<br>
-</ul>
-
-<p>After doing this, you will need to modify your CLASSPATH
-environment variable to include the full paths to j3dcore.jar,
-j3dutils.jar, and vecmath.jar. For example:
-</p>
-
-<ul>
-export CLASSPATH=".:/myhome/j3d/lib/ext/j3dcore.jar:/myhome/j3d/lib/ext/j3dutils.jar:/myhome/j3d/lib/ext/vecmath.jar
-</ul>
-
-<p>Then modify your LD_LIBRARY_PATH environment variable to contain the
-full path to the "lib/ARCH" directory. For example, on 32-bit Linux:
-</p>
-
-<ul>
-export LD_LIBRARY_PATH=/myhome/j3d/lib/i386
-</ul>
-
-<h4>Mac OS X</h4>
-<p>No installer is available for the Mac&nbsp;OS&nbsp;X operating environment.
-You will need to download the j3d-1_6_0-beta1-macosx.zip file, unzip it,
-and follow the instructions in the unzipped README.txt file.
-</p>
-</body>
-</html>