View Single Post
Old 02-09-2007, 03:37 PM   #12 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,140
Belisarius is on a distinguished road
The java command is working fine, it's just a matter of debugging.

Have you created your class file as a package? That is, at the top of the file, did you say "package <some name>"?

Also, did you include a "main" method in your file? That is, is there a method that says:

Code:
static public void main(String[] args) {
.
.
.
}
Something to that effect?
__________________
GitS
Belisarius is offline   Reply With Quote