View Single Post
  #3 (permalink)  
Old 01-21-2008, 09:06 PM
hardwired hardwired is offline
Senior Member
 
Join Date: Jul 2007
Posts: 1,222
hardwired is on a distinguished road
This works okay.
Code:
public class Test { public static void main(String[] args) throws java.io.IOException { } }
Reply With Quote