View Single Post
  #2   (View Single Post)  
Old 8th April 2009
amscotti's Avatar
amscotti amscotti is offline
Real Name: Anthony Scotti
Port Guard
 
Join Date: Nov 2008
Posts: 13
Default

I'm really not sure if this will help you but have you tried having your main method like this?

Code:
    public static void main(String[] args) {
        System.out.println("Hello World!");
    }
Seem odd to have a square character next to the "args" in your main method.
Reply With Quote