>java.lang.NoSuchMethodError: main Exception in thread "main"
Error description tells you to check signature of main() method.
public class Test
{
public static void main (<strong>String args[]</strong> ) {
TwoNumbersTester test = new TwoNumbersTester();
test.startTest();
}
}
__avd
Posting Genius (adatapost)
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241