JSparrow Installation (Version 0.944b)

| Installation for Windows 95/98/NT/2000 |
0. Requirements
Libraries:
Make sure following dlls are installed.
opengl32.dll, glu32.dll
JDK:
If you would like to run JSparrow with JDK, use JDK 1.1.5 or later or JDK 1.2.2.
Netscape:
If you would like to run JSparrow with Netscape, use Netscape 4.06 or later.
Or Netscape with Java Plug-in.
Internet Explorer:
If you would like to run JSparrow with IE, use IE 5.
Or IE with Java Plug-in.
1. Download and unpack the archive
Download the 'jsparrow_win32_0944b.zip'.
You can download the archive from here.
After downloading, unpack the archive in any directory you like.
'jsparrow_win32_0944b' directory will be created.
It contains 8 files and 2 directries shown below.
- jsparrow.dll.....JSparrow native library
- jsparrow.zip.....jsparrow package
- JSDemos(directory).....JSparrow demos
- RedBookDemos(directory).....Examples from "OpenGL Programming Guide"
- License.html.....License agreement
- License-j.html.....License agreement in Japanese
- Install.html.....Installation guide
- Install-j.html.....Installation guide in Japanese
- Release.html.....Release notes
- Release-j.html.....Release notes in Japanese
|
2. Move DLL file to appropriate place
For JDK and IE: Move jsparrow.dll to 'Windows\System' directory. or 'WinNT\System32' directory.
For Netscape: Move jsparrow.dll to 'Netscape\Communicator\Program\Java\Bin' directory.
3. Set CLASSPATH
Add the path to 'jsparrow.zip' to your CLASSPATH.
Note: If you are planning to use Netscape only, you don't have to set CLASSPATH.
Just move 'jsparrow.zip' to 'Netscape\Communicator\Program\Java\Classes' directory.
4. Setting up for appletviewer of Java 2
If you want to use appletviewer of Java 2, copy 'jsparrow.zip' to 'jdk1.2.2\jre\lib\ext' directory.
Add RuntimePermission "loadLibrary.jsparrow" by policytool.
5. Run a demo
For JDK:
cd to the 'JSDemos\Teapot' directory and execute a following command.
java TeapotCanvas
For Netscape or IE:
Open 'JSDemos\Teapot\Teapot.html' with Netscape or IE.
For Netscape or IE with Java Plug-in:
Open 'JSDemos\Teapot\TeapotPlug-in.html' with Netscape or IE.
If you see a red teapot, the installation is succeeded.
Have fun!

0. Requirements
Environments we tested are as follows:
Solaris 2.4, 2.5, 2.6, 7
Libraries:
- Sun OpenGL:
- If you would like to use Sun OpenGL, make sure Sun OpenGL 1.1.2 or
later is installed.
- Mesa:
- If you would like to use Mesa, make sure Mesa 3.0 is installed.
Notice: Current version (0.944b) of JSparrow has a probrem with the
combination of JDK 1.2.2 and Mesa. If you want to run JSparrow with
JDK 1.2.2, please use Sun OpenGL.
See Release Notes.
JDK:
If you would like to run JSparrow with JDK, use JDK 1.1.5 or later or JDK 1.2.2.
Netscape:
If you would like to run JSparrow with Netscape, use Netscape 4.06 or later.
Or Netscape with Java Plug-in.
1. Download and unpack the archive
Download the 'jsparrow_solaris_0944b.tar.gz' or
'jsparrow_solaris_mesa_0944b.tar.gz'.
You can download the archive from here.
After downloading, unpack the archive in any directory you like.
'jsparrow_solaris_0944b' or 'jsparrow_solaris_mesa_0944b' directory will be
created.
It contains 8 files and 2 directries shown below.
- libjsparrow.so.....JSparrow native library
- jsparrow.zip.....jsparrow package
- JSDemos(directory).....JSparrow demos
- RedBookDemos(directory).....Examples from "OpenGL Programming Guide"
- License.html.....License agreement
- License-j.html.....License agreement in Japanese
- Install.html.....Installation guide
- Install-j.html.....Installation guide in Japanese
- Release.html.....Release notes
- Release-j.html.....Release notes in Japanese
|
2. Set library path
Set LD_LIBRARY_PATH to include the directory libjsparrow.so exists.
Or move libjsparrow.so to system library directory like /usr/lib.
3. Set CLASSPATH
Add the path to 'jsparrow.zip' to your CLASSPATH.
4. Setting up for appletviewer of Java 2
If you want to use appletviewer of Java 2, copy 'jsparrow.zip' to 'jdk1.2.2/jre/lib/ext' directory.
5. Run a demo
For JDK:
cd to the 'JSDemos/Teapot' directory and execute a following command.
java TeapotCanvas
For Netscape:
Open 'JSDemos/Teapot/Teapot.html' with Netscape.
For Netscape with Java Plug-in:
Open 'JSDemos\Teapot\TeapotPlug-in.html' with Netscape.
If you see a red teapot, the installation is succeeded.
Have fun!

0. Requirements
Environments we tested are as follows:
RedHat Linux 4.2 and 5.2,
Kernel 2.0.35, 2.0.36 and 2.2.1,
XFree86 3.3.2 and 3.3.3
Libraries:
Make sure Mesa 3.0 is installed.
JDK:
If you would like to run JSparrow with JDK, use JDK 1.1.6 or later.
Netscape:
If you would like to run JSparrow with Netscape, use Netscape 4.06 or later.
1. Download and unpack the archive
Download the 'jsparrow_linux_mesa_0944b.tar.gz'.
You can download the archive from here.
After downloading, unpack the archive in any directory you like.
'jsparrow_linux_mesa_0944b' directory will be created.
It contains some files and directries shown below.
- libc5/libjsparrow.so.....JSparrow native library for libc5
- glibc2/libjsparrow.so.....JSparrow native library for glibc2
- jsparrow.zip.....jsparrow package
- JSDemos(directory).....JSparrow demos
- RedBookDemos(directory).....Examples from "OpenGL Programming Guide"
- License.html.....License agreement
- License-j.html.....License agreement in Japanese
- Install.html.....Installation guide
- Install-j.html.....Installation guide in Japanese
- Release.html.....Release notes
- Release-j.html.....Release notes in Japanese
|
2. Set library path
Set LD_LIBRARY_PATH to include the directory libjsparrow.so exists.
Or move libjsparrow.so to system library directory like /usr/lib.
3. Set CLASSPATH
Add the path to 'jsparrow.zip' to your CLASSPATH.
4. Setting up for appletviewer of Java 2
If you want to use appletviewer of Java 2, copy 'jsparrow.zip' to 'jdk1.2/jre/lib/ext' directory.
5. Run a demo

0. Requirements
Environments we tested are as follows:
IRIX 6.5.5
Libraries:
Make sure OpenGL is installed.
JDK:
If you would like to run JSparrow with JDK, use Java 3.1.1 (Sun 1.1.6), Java 1.2.2 or later.
Note: This version supports green threads only.
Netscape:
If you would like to run JSparrow with Netscape, use Netscape 4.7 or later.
1. Download and unpack the archive
Download the 'jsparrow_irix_0944b.tar.gz'.
You can download the archive from here.
After downloading, unpack the archive in any directory you like.
'jsparrow_irix_0944b' directory will be created.
It contains some files and directries shown below.
- n32/libjsparrow.so.....JSparrow native library for JDK (n32)
- o32/libjsparrow.so.....JSparrow native library for Netscape (o32)
- jsparrow.zip.....jsparrow package
- JSDemos(directory).....JSparrow demos
- RedBookDemos(directory).....Examples from "OpenGL Programming Guide"
- License.html.....License agreement
- License-j.html.....License agreement in Japanese
- Install.html.....Installation guide
- Install-j.html.....Installation guide in Japanese
- Release.html.....Release notes
- Release-j.html.....Release notes in Japanese
|
2. Set library path
For JDK only:
Set LD_LIBRARY_PATH to include the directory libjsparrow.so for n32 exists.
Or move libjsparrow.so for n32 to '/usr/lib32'.
For Netscape only:
Set LD_LIBRARY_PATH to include the directory libjsparrow.so for o32 exists.
Or move libjsparrow.so for o32 to '/usr/lib'.
For both JDK and Netscape:
Move libjsparrow.so for n32 to '/usr/lib32' and for o32 to '/usr/lib'.
Set LD_LIBRARY_PATH which is NOT include the path of these libraries,
'/usr/lib32' and '/usr/lib'.
3. Set CLASSPATH
Add the path to 'jsparrow.zip' to your CLASSPATH.
4. Setting up for appletviewer of Java 2
If you want to use appletviewer of Java 2, copy 'jsparrow.zip' to 'java/lib/ext' directory.
5. Run a demo

0. Requirements
Mac OS 8.6 or later.
OpenGL1.1.2 or later.
MRJ 2.1.4 or later.
If you would like to run JSparrow with Internet Explorer, use IE 4.5 or later.
1. Download and unpack the archive
Download the 'jsparrow_mac_0944b.hqx'.
You can download the archive from here.
After downloading, unpack the archive in any folder you like.
'jsparrow_mac_0944b' folder will be created.
It contains 8 files and 2 folders shown below.
- jsparrowLib.....JSparrow native library
- jsparrow.zip.....jsparrow package
- JSDemos(folder).....JSparrow demos
- RedBookDemos(folder).....Examples from "OpenGL Programming Guide"
- License.html.....License agreement
- License-j.html.....License agreement in Japanese
- Install.html.....Installation guide
- Install-j.html.....Installation guide in Japanese
- Release.html.....Release notes
- Release-j.html.....Release notes in Japanese
|
2. Move native library to appropriate place
Move 'jsparrowLib' to 'System Folder:Extentions' folder.
3. Move Java class library to appropriate place
Move 'jsparrow.zip' to 'System Folder:Extentions:MRJ Libraries:MRJClasses' folder.
5. Run a demo
For JBindery:
Open 'JSDemos:Teapot:TeapotCanvas.class' with JBindery and push 'Run'.
For Apple Applet Runner:
Open 'JSDemos:Teapot:Teapot.html' with Apple Applet Runner.
For IE:
Open 'JSDemos:Teapot:Teapot.html' with IE.
If you see a red teapot, the installation is succeeded.
Have fun!
jsparrow@zak.att.ne.jp