Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
Runtime Error in Eclipse
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Uncle Scotty, post: 629600"] I am not sure if I did what you suggested correctly, but I tried running from the command line like below and am still getting the same error message! Does that tell me something useful? When I try to get Eclipse (I know you don't support this tool, I was just hoping that it would tell you something generically useful) to show me that classfile, I do get the error message that Eclipse gives me when I try to run it... "Class File Editor Source Not Found There is no source file attached to this class file SystemTest.class" When I look in C:\Documents and Settings\Scott Spiegler\workspace\PizzaShop\src\pizza, I definitely see SystemTest.java, so I don't understand what it is telling me. Anyway, here is the error message when I try to run via the command line... C:\Documents and Settings\Scott Spiegler\workspace\PizzaShop\build\classes\pizza Exception in thread "main" java.lang.NoClassDefFoundError: SystemTest (wrong nam e: pizza/SystemTest) at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$100(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Runtime Error in Eclipse
Top