Group,
I am using Eclipse 3.4.1 and import a project
while try Run as java application i have encountered the following error
Launch Error
Editor doesnot containt a main type
I have the main string as below
public static void main(String[] argv)
What is the error it is because of argv instead of args ?
Need help
