I need some help configuring my classpath.
I can javac on file it works fine ie:
javac hello.java
this creates the .class file. Then when I
try and run
java hello
the error I get is:
can't find class hello
I can see the hello.class file!?
Here is a listing of my current classpath
settings:
...
CLASSPATH=/usr/lib/jdk-1.1.5/lib/classes.zip
...
...
JAVA_HOME=/usr/lib/jdk-1.1.5
JDK_HOME=/usr/lib/jdk-1.1.5
...
...
all of these locations are correct...what else could it
be?
I have set java up on a number of platforms and
all of this appears to be correct...~shrug~...
Thanks
Steve