I wrote and compiled a simple Hello World program in Java but when I tried to run it I was greeted with the error message Error: Could not find or load main class Hell
I expect that a CLASSPATH
environment variable has been set. Run echo $CLASSPATH
to see what it is set to.
If you don't use the -jar
option then:
-cp
, that specifies the classpathCLASSPATH
is set in the environment, that specifies the classpath