Hi
We are using Zeus as part of a Masters subject at
Melbourne University.
I tried installing it at home and get the following
error when I run the
java install
The command I ran was
java zeusinstall.class - run from the
directory zeus102
The error I got was:
Exception in thread "main"
java.lang.NoClassDefFoundError: zeusinstall/class
This error was displayed quite soon after entering the
command.
I would appreciate any help you can provide.
Here are some specifics:
Machine: Pentium II
Memory 192Mb
Op System: Microsoft Windows 98 4.10.2222 A
Java SDK: java version "1.2.2"
Classic VM (build JDK-1.2.2_008, native threads,
symcjit)
Hopefully this will provide you with enough
information to help us out here
Thanks in advance
Logged In: NO
I got the same error.
Please, what is the right name of the class?
Logged In: NO
We discovered that this error can be caused by
specifying ".class" in the install command line, your
install command should be
java zeusinstall
Logged In: YES
user_id=362568
you must add to the classpath the actual directory '.'
java -classpath ".";"c:\jdk... ,etc zeusinstall