| [news.eclipse.newcomer] Re: Delete HelloWorld.class file, won't run again |
Hi all,
I tried to write a simple console application "HelloWorld" and work well in a development cycle. Then I tried to delete the HelloWorld.class to let Eclipse make it for me again, but always failed. It gave me the error: java.lang.NoClassDefFoundError: HelloWorld Exception in thread "main" (with a dialog -- "Could not find the main class. Program will exit")
HTH, Eric