replaced relics of Hop occurences with Helma

This commit is contained in:
Tobi Schäfer 2001-06-22 12:30:23 +00:00
parent 5ece26786a
commit 3fd709272a
2 changed files with 12 additions and 12 deletions

View file

@ -28,25 +28,25 @@ Object Model (Dom) in client-side JavaScript.
SYSTEM REQUIREMENTS SYSTEM REQUIREMENTS
=================== ===================
WINDOWS: Windows:
1) On Windows Hop won't run with Microsoft's version of Java (jview). 1) On Windows Helma won't run with Microsoft's version of Java (jview).
You can get a compatible Java runtime from Sun or IBM: You can get a compatible Java runtime from Sun or IBM:
http://java.sun.com/j2se/1.3/jre/download-windows.html http://java.sun.com/j2se/1.3/jre/download-windows.html
http://www.ibm.com/java/jdk/download/ http://www.ibm.com/java/jdk/download/
2) In the Windows start script I've hardcoded c:\java\lib\classes.zip 2) In the Windows start script I've hardcoded c:\java\lib\classes.zip
in the CLASSPATH argument. Not good. in the CLASSPATH argument. Not good.
MACINTOSH: Macintosh:
1) If you are using the Mac version you should own a G3 CPU and/or 1) If you are using the Mac version you should own a G3 CPU and/or
have MRJ 2.2 (http://www.apple.com/java) installed. Other platforms have MRJ 2.2 (http://www.apple.com/java) installed. Other platforms
have less frustration potential. The Mac OS version currently is not have less frustration potential. The Mac OS version currently is not
up-to-date (version 0.1). up-to-date (version 0.1).
LINUX Linux:
The recomended virtual machine for running Hop on Linux is Blackdown's The recomended virtual machine for running Helma on Linux is Blackdown's
port of JDK 1.2.2 RC4 (http://www.blackdown.org/java-linux/mirrors.html). port of JDK 1.2.2 RC4 (http://www.blackdown.org/java-linux/mirrors.html).
JDK 1.1.7v3 will work, but much slower and show a lot of CPU activity JDK 1.1.7v3 will work, but much slower and show a lot of CPU activity
even when the Hop is idle. IBM's version of JDK 1.1.8 also works well, even when the Helma is idle. IBM's version of JDK 1.1.8 also works well,
but this JVM has some problems of its own with thread handling. but this JVM has some problems of its own with thread handling.

View file

@ -28,25 +28,25 @@ Object Model (Dom) in client-side JavaScript.
SYSTEM REQUIREMENTS SYSTEM REQUIREMENTS
=================== ===================
WINDOWS: Windows:
1) On Windows Hop won't run with Microsoft's version of Java (jview). 1) On Windows Helma won't run with Microsoft's version of Java (jview).
You can get a compatible Java runtime from Sun or IBM: You can get a compatible Java runtime from Sun or IBM:
http://java.sun.com/j2se/1.3/jre/download-windows.html http://java.sun.com/j2se/1.3/jre/download-windows.html
http://www.ibm.com/java/jdk/download/ http://www.ibm.com/java/jdk/download/
2) In the Windows start script I've hardcoded c:\java\lib\classes.zip 2) In the Windows start script I've hardcoded c:\java\lib\classes.zip
in the CLASSPATH argument. Not good. in the CLASSPATH argument. Not good.
MACINTOSH: Macintosh:
1) If you are using the Mac version you should own a G3 CPU and/or 1) If you are using the Mac version you should own a G3 CPU and/or
have MRJ 2.2 (http://www.apple.com/java) installed. Other platforms have MRJ 2.2 (http://www.apple.com/java) installed. Other platforms
have less frustration potential. The Mac OS version currently is not have less frustration potential. The Mac OS version currently is not
up-to-date (version 0.1). up-to-date (version 0.1).
LINUX Linux:
The recomended virtual machine for running Hop on Linux is Blackdown's The recomended virtual machine for running Helma on Linux is Blackdown's
port of JDK 1.2.2 RC4 (http://www.blackdown.org/java-linux/mirrors.html). port of JDK 1.2.2 RC4 (http://www.blackdown.org/java-linux/mirrors.html).
JDK 1.1.7v3 will work, but much slower and show a lot of CPU activity JDK 1.1.7v3 will work, but much slower and show a lot of CPU activity
even when the Hop is idle. IBM's version of JDK 1.1.8 also works well, even when the Helma is idle. IBM's version of JDK 1.1.8 also works well,
but this JVM has some problems of its own with thread handling. but this JVM has some problems of its own with thread handling.