|
-
May 13th, 2006, 03:39 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Program compiled but does not run
CIAO
My programs are compiled but do not run for example if I write the program
class Abbas
{
public static void main(String args[])
{
System.out.println("Abbas Haider");
}
}
it is compiled using javac, it even catches the errors if I make some mistake in the syntax, but when it is compiled without errors it does not run. It gives me this message:
Exception in thread "main" java.lang.NoClassDefFoundError: Abbas
Plz solve this and thanks in advance
A. Haider
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|