Actions
Bug #512
closedCannot run morpho under JDK1.1.8
Start date:
05/24/2002
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
512
Description
When trying to run morpho under JDK1.1.8, I get the following error:
"Error loading class edu/ucsb/nceas/morpho/framework/ClientFramework: Bad
major version number"
Possibly because compiler needs to be told to compile for JDK1.1.8 by using "-
target 1.1" switch, as described in following Sun forum:
http://forum.java.sun.com/thread.jsp?forum=37&thread=257438
Haven't tried building a version using InstallAnywhere, only tried running
from a modified morpho.bat (set classpath by hand to include
JDK1.1.8 "classes.zip" and also "swingall.jar" in addition to all the required
morpho jars).
Needs to be rectified before the next release.
Actions