View Single Post
Old 06-04-2006, 01:05 AM   #10 (permalink)
jaeusm
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

Drop the '.class' extension when running from the command line. For example, you should type:
Code:
java HelloWorld
And yes, the JVM is part of the JRE.
jaeusm is offline