aboutsummaryrefslogtreecommitdiffstats
path: root/www/j3d1_3_2/HOW-TO-INSTALL.html
blob: eda7ad067bd78b49f7065c1752e319765a327de7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!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>Java 3D 1.3.2 Installation Instructions</title>
</head>
<body>
<h2>Instructions for Installing
Java&nbsp;3D<sup><font size="-2">TM</font></sup> 1.3.2</h2>
<p>The 1.3.2 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/Sparc, Linux (both x86 and amd64), and Windows operating
environments. To install this build, go to the "<code>jre</code>"
directory within the jdk and unzip (or unjar) the zip file. For
example,
if your JDK is installed in <code>/usr/java/j2sdk1.5.0</code>, you
would
install this as follows:
</p>
<ul>
  <code>cd /usr/java/j2sdk1.5.0/jre<br>
unzip /path-to-extracted-files/j3d-jre-*.zip<br>
  </code>
</ul>
<p>You may need to be "root" to do this on Solaris or Linux.
</p>
<p>See the <a href="RELEASE-NOTES.html">release notes</a> for
information about Java&nbsp;3D 1.3.2 release.
</p>
</body>
</html>