Thread
:
Console doesn't appear!
View Single Post
#
1
(
permalink
)
12-17-2007, 04:51 PM
PeteMarsh
Member
Join Date: Dec 2007
Posts: 1
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?
Sponsored Links
PeteMarsh
View Public Profile
Send a private message to PeteMarsh
Find all posts by PeteMarsh