Hi :
I am using MyEclipse Enterprise version 7.
I create a simple java class with a main in it.
But when I right click on the file and try to either run it or debug it I get the following error:
java.lang.NoClassDefFoundError: test/AppendixA
When I right click on the AppendixA.java I choose “Run Configuration” and it is pointing to the right package and project.
Why do I get this error as if it couldn’t find the java class.
The compiled file is in a folder called bin.
How do I tell MyEclipse to look for this folder when trying to find the file?
Yours,
Frustrated.