View Single Post
  #1 (permalink)  
Old 12-17-2007, 04:51 PM
PeteMarsh PeteMarsh is offline
Member
 
Join Date: Dec 2007
Posts: 1
PeteMarsh is on a distinguished road
Console doesn't appear!
I wrote the following 'Hello World' program:

Code:
public class Main { public static void main(String[] args) { System.out.println("Hello World!"); } }
Then I compiled it to a .jar file. When I run the .jar nothing happens! What's going on?
Reply With Quote
Sponsored Links