File: HOW-TO-INSTALL.html

package info (click to toggle)
java3d 1.5.2%2Bdfsg-11
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 17,696 kB
  • ctags: 28,299
  • sloc: java: 183,342; cpp: 23,561; ansic: 21,390; xml: 1,959; sh: 40; makefile: 33
file content (32 lines) | stat: -rw-r--r-- 1,078 bytes parent folder | download | duplicates (6)
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>