re: I don't know about Redhat as I am running SuSe 7.1 but I'm running RedHat 7.0 and had the same problem, but taking oicu812's advice I modified runlime.sh at the line:
java -classpath . RunLime to
/usr/java/jre1.3.1/bin/java -classpath . RunLime
and it works. Thanks! |