SYSTEM REQUIREMENTS | JAVA VIRTUAL MACHINE | INSTALLATION | STARTUP | TROUBLESHOOTING | |
|
|
||||
<< Go back to general readme |
CPU:
|
Pentium, 166MHz or faster; | Recommended: Pentium, 233MHz;
for large projects: Pentium-II, 300MHz or faster |
Memory: | 64 |
Recommended: 96 MB;
for large projects and running scripts: 128 MB 128 MB or more swap space recommended for Linux |
Hard disk space: | 15 MB | Not including the size of virtual machine |
Video: | X Window System, Protocol version 11, Revision 6 | Recommended screen resolution:
1024x768 or more |
OS: | SunTM SolarisTM 2.5.1x86, or | |
RedHat Linux 4.1 - 5.0 and later, kernel 2.0 or 2.1 | ||
Java VM or JDK:
|
(see Java VM info below) | Required to run Together |
HTML browser - required to view and print online documentation and generated documentation. | ||
CD-ROM drive or Internet connection - required for installation/download and information update. |
CPU:
|
UltraSPARC 143MHz or faster | |
Memory: | 96 |
Recommended: for large projects and running scripts: 128 MB |
Hard disk space: | Not including the size of virtual machine | |
Video: | X Window System, Protocol version |
|
OS: | SunOS Release |
|
Java VM or JDK:
|
(see Java VM info below) | Required to run Together |
HTML browser - required to view and print online documentation and generated documentation. | ||
CD-ROM drive or Internet connection - required for installation/download and information update. |
Refer to Installation topic in general
readme for more information.
JAVA_HOME=<path_to_jdk_installation_root>For example:
export JAVA_HOME
CLASSPATH=.:<path_to_classes.zip>
export CLASSPATH
JAVA_HOME=/usr/local/javaNote that if you are using csh this will look like:
export JAVA_HOME
CLASSPATH=.:/usr/local/java/lib/classes.zip
export CLASSPATH
setenv JAVA_HOME=/usr/local/javaNow run the installation script from command line:
setenv CLASSPATH=.:/usr/local/java/lib/classes.zip
sh install_unix.shIf you still experience problems with running the installation script, you can execute the installation manually. Assuming you already set up necessary environment variables, you have to execute the following command:
/usr/local/java/bin/java togetherOf course, use the correct path to your virtual machine.
JAVA=$JAVA_HOME/bin/jreNote that both classes.zip and rt.jar are specified in the classpath.