I've tried using JDK 1.3.1_09 and JDK 1.4.2_05. In
both cases I get the following error when running
jsh.sh from cygwin:
$ ./jsh.sh
java.lang.NoClassDefFoundError: shell/Shell
Exception in thread "main" if not working, be sure to
check the following :
1. If using the jdk1.2.2, you must define JAVA_HOME and
JRE_HOME AND uncomment a line in jsh.sh
1.1 JAVA_HOME and JRE_HOME must be set in this case
2. If using the jdk1.4, you must change the jdk13 dir
name into jdk14 in jsh.sh
I am using:
jsh-binaries-1.0rc3.zip
When trying with java1.3.1_09 my JAVA_HOME and JRE_HOME
are:
e:\java\jdk1.3.1_09
and
e:\java\jdk1.3.1_09\jre
respectively.
Bill
Logged In: YES
user_id=290784
Note: Invoking first "cmd" and then "jsh.bat" did work. So
the problem is probably something like the mixing of / and \
in the same line.
Bill