W
William Colls
I think this is really an Eclipse problem.
When I try to run my program, I get the error message
NoSuchMethodFound: main
The file does in fact contain a main method, declared as public static
void, with no arguments.
I suspect that Eclipse is looking in the wrong place for the method, but
in every place that I can find in the various configurations, the file
that I am running is identified as the file containing containing the
main() method.
Any suggestions as to where further to look will greatfully received.
Thanks for your time.
William.
When I try to run my program, I get the error message
NoSuchMethodFound: main
The file does in fact contain a main method, declared as public static
void, with no arguments.
I suspect that Eclipse is looking in the wrong place for the method, but
in every place that I can find in the various configurations, the file
that I am running is identified as the file containing containing the
main() method.
Any suggestions as to where further to look will greatfully received.
Thanks for your time.
William.