I finally have everything installed and the
javac command works fine, but when I try and run Java I get an
error:
/********** dang autospell checker changed
this...it should read as follows ************/
java
hello
cant find class hello
I have checked my classpath and did a little
manipulation of .java_wrapper
--I got my information from http://www.linuxnow.com/cgi-bin/getdocs?doc=Java-HOWTO&bold=jdk
--
when I type set everything listed is where it should
be.
Can anyone offer any tips on why my classes aren't being
found?
Steve Gee