Results 1 to 2 of 2
Thread: IProgessMonitor missing in 3.4?
- 03-19-2009, 05:38 PM #1
Member
- Join Date
- Mar 2009
- Posts
- 8
- Rep Power
- 0
- 03-19-2009, 11:29 PM #2
Member
- Join Date
- Mar 2009
- Posts
- 8
- Rep Power
- 0
Apparently after 3.1 there was a lot of refactoring. This thread answers all questions.
Re: Could not find the main class
Posted: Mar 15, 2007 7:46 PM in response to: Mattt in response to: Mattt
Click to reply to this thread Reply
I struggled with this ClassNotFoundException for IProgressMonitor for hours today. And then I found this thread. I am running Eclipse 3.2.0 and I had to add the following to my build path to get my SWT/JFace standalone app running -
org.eclipse.core.commands_3.2.0.I20060605-1400.jar
org.eclipse.equinox.common_3.2.0.v20060603.jar
org.eclipse.swt.win32.win32.x86_3.2.0.v3232m.jar
org.eclipse.jface_3.2.0.I20060605-1400.jar
As the bugzilla defect in the link above says, this class was refactored out to equinox.common to reduce the weight of stand alone apps (don't need the entire core.runtime anymore)
-Satish
Similar Threads
-
Missing Elements
By princess in forum NetBeansReplies: 1Last Post: 10-29-2008, 11:51 PM -
Missing a constructor?
By kenny607 in forum New To JavaReplies: 3Last Post: 10-24-2008, 10:55 AM -
Missing text encoding
By talgreen in forum EclipseReplies: 0Last Post: 03-30-2008, 08:14 PM -
IOExceptions and missing JavaDoc
By tim in forum NetBeansReplies: 0Last Post: 01-29-2008, 12:55 PM -
is it bug? or am i missing a point?
By blowguy in forum Threads and SynchronizationReplies: 1Last Post: 11-20-2007, 06:19 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks