Things were working just fine until for whatever reason I decided to click
"Clean". Since then, every time I've tried to build and run my program, I
get the following runtime error:
java.lang.NoClassDefFoundError: myProject
Exception in thread "main"
java has exited with status 1.
(http://developer.apple.com/techpubs/macosx/Java/Reference/Java/java/lang/NoClassDefFoundError.html)
The program compiles just fine, and I know the code is fine because the
program was working great before I clicked "Clean" and I haven't changed the
code at all since then. I've tried creating a new project and adding the
.java files to it, and I still get the same runtime error. Same error if I
try running the program from the commandline using java... Any ideas?
- Treybomb
OS X 10.1.2
December 2001 Dev Tools
"Clean". Since then, every time I've tried to build and run my program, I
get the following runtime error:
java.lang.NoClassDefFoundError: myProject
Exception in thread "main"
java has exited with status 1.
(http://developer.apple.com/techpubs/macosx/Java/Reference/Java/java/lang/NoClassDefFoundError.html)
The program compiles just fine, and I know the code is fine because the
program was working great before I clicked "Clean" and I haven't changed the
code at all since then. I've tried creating a new project and adding the
.java files to it, and I still get the same runtime error. Same error if I
try running the program from the commandline using java... Any ideas?
- Treybomb
OS X 10.1.2
December 2001 Dev Tools