Originally Posted by
Iaccardi
Alright, when i type in dir HelloApp.* I get:
Volume in drive C is Gateway
Volume serial number is 4639-CF24
Directory of C:\Users\main\Desktop
10/19/2011 144 HelloApp.java
1 File(s) 144 bytes
0 Dir(s) 225,036,967,936 bytes free
When I type HelloApp.java I get:
class ExampleProgram {
public static void main(String[] args)}
System.out.printIn("Hello World");
}
}
I then type in java HelloApp.java and get the blank line again. After this I type dir HelloApp.* and I get the same following message as the first time in this post.