This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Java in General and the fly likes Problem while using the Eclipse IDE Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Problem while using the Eclipse IDE" Watch "Problem while using the Eclipse IDE" New topic
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
    
    4
So where is your HelloWorld class?
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32675
    
    4
It ran all right when I tried it.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Problem while using the Eclipse IDE
 
Similar Threads
Problem invoking a servlet directly from FireFox browser
problem in executing swing application
same error when using XP and Eclipse to run program
eclipse and System.console()
overriding var args methods