Have you created a class called Editor and tried to use it to start an application when it doesn't contain a main() method?
David Gill
Greenhorn
Joined: Feb 24, 2005
Posts: 19
posted
0
Campbell Ritchie wrote:Have you created a class called Editor and tried to use it to start an application when it doesn't contain a main() method?
I just downloaded the source code examples for a Java Certification book and am getting the same error message when I try and run a java class inside eclipse. Yes I do have a main method inside the class. What now?