summaryrefslogtreecommitdiff
path: root/trunk/software/host/nsis/java3d/README-unzip.html
blob: d6150774afaadaaeb60ffa9a4c167e87a9a7b1a5 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!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.5.1 Installation Instructions</title>


</head>


<body>

<h2>Java&nbsp;3D<sup><font size="-2">TM</font></sup>
1.5.1 Release</h2>

<p>This software is licensed by Sun, as specified in the <a href="LICENSE-Java3D-v1_5_1.txt">LICENSE-Java3D-v1_5_1.txt</a>
file. You
must only use this software in accordance with the terms under which
the
code is licensed.</p>

<h2>Instructions for Unzipping Java&nbsp;3D 1.5.1 Release</h2>

The 1.5.1 version of the
Java&nbsp;3D<sup><font size="-2">TM</font></sup>
API runs on JDK version 1.5.0 and higher. It has been released for
the <a href="#Solaris">Solaris</a>, <a href="#Linux">Linux</a>, <a href="#Windows">Windows</a>,
and <a href="#MacOSX">Mac OS X</a>
operating
environments.<br>

<br>

<h3><a name="Windows"></a>Windows</h3>

<p>The 1.5.1 version of the Java&nbsp;3D<sup><font size="-2">TM</font></sup>
API for Windows/XP and Windows 2000 runs on JDK version 1.5.0 and
higher.<br>

</p>

<hr>
<p><span style="font-style: italic; font-weight: bold;">NOTE:
This zip
bundle is intended for expert users who do not want to use the
automated installer. Most users will want to download and install the
java3d-1_5_1-windows-i586.exe file instead.</span><br>

</p>

<hr>
<p>To manually install this build, do the following:
</p>

<ol>

  <li>Download java3d-1_5_1-XXX.zip to a temporary
directory,
for example, "c:\Temp"</li>

  <br>

  <li>Unzip java3d-1_5_1-XXX.zip (using WinZip or a
similar
tool) into "c:\Temp". This will create a
"java3d-1_5_1-XXX" subdirectory in \Temp where the
downloaded files can be found. The file you need for manual
installation is "j3d-jre.zip".<br>

    <br>

  </li>

  <li>Unzip Java 3D 1.5.1 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.6.0_01"</li>

    <br>

    <li>Unzip j3d-jre.zip (found in
c:\Temp\java3d-1_5_1-XXX)
to the jre directory.</li>

    <br>

    <li>Verify that the j3dcore.jar, j3dutils.jar, and
vecmath.jar
files end up in:
"c:\Program&nbsp;Files\Java\jre1.6.0_01\lib\ext"</li>

    <br>

    <li>Verify that the j3d*.dll files end up in:
"c:\Program&nbsp;Files\Java\jre1.6.0_01\bin"</li>

  </ul>

  <br>

  <li>If you also installed the JDK, unzip Java 3D 1.5.1 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.6.0_01\jre"</li>

    <br>

    <li>Unzip j3d-jre.zip (found in
c:\Temp\java3d-1_5_1-XXX)
to the jre directory of the JDK.</li>

    <br>

    <li>Verify that the j3dcore.jar, j3dutils.jar, and
vecmath.jar
files end up in:
"c:\Program&nbsp;Files\Java\jdk1.6.0_01\jre\lib\ext"</li>

    <br>

    <li>Verify that the j3d*.dll files end up in:
"c:\Program&nbsp;Files\Java\jdk1.6.0_01\jre\bin"</li>

  </ul>

</ol>

<h3><a name="Linux"></a><a name="Solaris"></a><a name="MacOSX"></a>Linux,
Solaris, Mac OS X<br>

</h3>

<p>The 1.5.1 version of the Java&nbsp;3D<sup><font size="-2">TM</font></sup>
API for Linux or Solaris runs on JDK version 1.5.0 and
higher. To manually install this build, do the following:</p>

<ol>

  <li>Download java3d-1_5_1-XXX.zip to a temporary
directory,
for example, "/tmp"</li>

  <br>

  <li>Unzip java3d-1_5_1-XXX.zip into "/tmp" as follows:<br>

    <br>

    <ul>

      <code>cd /tmp</code><br>

      <code>unzip java3d-1_5_1-*.zip</code><br>

    </ul>

    <br>

This will create a
"java3d-1_5_1-XXX" subdirectory in /tmp where the
downloaded files can be found. The file you need for manual
installation is "j3d-jre.zip".<br>

    <br>

  </li>

  <li>Unzip Java 3D 1.5.1 into the
"jre"
directory of your JDK. For example, if your JDK is in
"/usr/java/jdk1.6.0_01/jre", you would do the following:<br>

    <br>

    <ul>

      <code>cd /usr/java/jdk1.6.0_01/jre</code><br>

      <code>unzip /tmp/java3d-1_5_1-*/j3d-jre.zip</code><br>

    </ul>

    <br>

Verify that the j3dcore.jar, j3dutils.jar, and vecmath.jar files end up
in
"/usr/java/jdk1.6.0_01/jre/lib/ext"</li>

</ol>

<br>

<br>

</body>
</html>