| Author |
Problem while using the Eclipse IDE
|
ragi singh
Ranch Hand
Joined: Mar 10, 2010
Posts: 198
|
|
Hi all,
I am trying to run my program in Eclipse IDE . however i am getting the following exception while running my program
java.lang.NoClassDefFoundError: HelloWorld
Exception in thread "main"
i have a main in my class . Can anyone help me to fix the problem ?
|
 |
Mathew Mintalm
Ranch Hand
Joined: Feb 21, 2010
Posts: 102
|
|
|
I guess it would be better to show us code first.
|
 |
ragi singh
Ranch Hand
Joined: Mar 10, 2010
Posts: 198
|
|
The code is as follows :-
and the source of the code is :-http://www.jchq.net/mockexams/exam1.htm#Question%2021%29
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32675
|
|
|
So where is your HelloWorld class?
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32675
|
|
|
It ran all right when I tried it.
|
 |
 |
|
|
subject: Problem while using the Eclipse IDE
|
|
|