Thread
:
Newbie help with a file parser
View Single Post
#
2
(
permalink
)
07-23-2007, 10:15 AM
JavaBean
Moderator
Join Date: May 2007
Posts: 1,272
The definition of main method should be like this:
Code:
public static void main(String args[])
So you forgot
static
keyword there!
JavaBean
View Public Profile
Send a private message to JavaBean
Find all posts by JavaBean