Thread: Compare lists
View Single Post
  #2 (permalink)  
Old 08-08-2007, 01:03 AM
levent levent is offline
Senior Member
 
Join Date: Dec 2006
Posts: 748
levent is on a distinguished road
Hi JavaNoob,

That is a strange error. Can you rewrite your main method like this and try again:

Code:
public static void main(String[] args)
By the way, please use [code] tag around your codes while posting. It will make your codes more readable!
Reply With Quote