View Single Post
Brad
Selfish Heathen
 
Join Date: May 2004
Location: Zone of Pain
 
2006-11-05, 23:51

How are you trying to execute it?

It looks like you're doing this:
Code:
java MyFirstApp.class
You should be doing this:
Code:
java MyFirstApp
  quote