Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » 3.2 M4 - org.eclipse.core.commands.common.EventManager cannot be resolved
3.2 M4 - org.eclipse.core.commands.common.EventManager cannot be resolved [message #297417] Fri, 13 January 2006 12:38 Go to next message
Eclipse UserFriend
Originally posted by: jk.hmail.com

Hello,

I'm getting this error in an Jface application:
"The type org.eclipse.core.commands.common.EventManager cannot be
resolved. It is indirectly referenced from required .class files"

The code Eclipse is complaining about, is this:
public class ViewRecordLabelProvider extends LabelProvider implements
ITableLabelProvider {

This used to work with 3.2 M3. Am I missing a CLASSPATH entry? Help is
appreciated!

Joachim
Re: 3.2 M4 - org.eclipse.core.commands.common.EventManager cannot be resolved [message #297421 is a reply to message #297417] Fri, 13 January 2006 13:51 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Joachim wrote:
> Hello,
>
> I'm getting this error in an Jface application:
> "The type org.eclipse.core.commands.common.EventManager cannot be
> resolved. It is indirectly referenced from required .class files"
>
> The code Eclipse is complaining about, is this:
> public class ViewRecordLabelProvider extends LabelProvider implements
> ITableLabelProvider {
>
> This used to work with 3.2 M3. Am I missing a CLASSPATH entry? Help is
> appreciated!

In 320M4 there was some reshuffling to fix ListListener. That
particular class is in org.eclipse.core.commands ... you should be able
to use that as a JAR (not a plugin) in your JFace app.


You could open an enhancement request to remove that dependancy, and the
response would explain why it's there and if there are other options (a
number of the other dependancies were moved into org.eclipse.equinox.common.

Later,
PW


Re: 3.2 M4 - org.eclipse.core.commands.common.EventManager cannot be resolved [message #297423 is a reply to message #297421] Fri, 13 January 2006 14:28 Go to previous message
Eclipse UserFriend
Originally posted by: jk.hotmail.com

Thanks, that did the trick!

Joachim

Paul Webster wrote:

> Joachim wrote:
>> Hello,
>>
>> I'm getting this error in an Jface application:
>> "The type org.eclipse.core.commands.common.EventManager cannot be
>> resolved. It is indirectly referenced from required .class files"
>>
>> The code Eclipse is complaining about, is this:
>> public class ViewRecordLabelProvider extends LabelProvider implements
>> ITableLabelProvider {
>>
>> This used to work with 3.2 M3. Am I missing a CLASSPATH entry? Help is
>> appreciated!

> In 320M4 there was some reshuffling to fix ListListener. That
> particular class is in org.eclipse.core.commands ... you should be able
> to use that as a JAR (not a plugin) in your JFace app.


> You could open an enhancement request to remove that dependancy, and the
> response would explain why it's there and if there are other options (a
> number of the other dependancies were moved into org.eclipse.equinox.common.

> Later,
> PW
Previous Topic:Retrieving an IFileModificationValidator on a file...
Next Topic:Progress Monitor threading leads to undesired code execution order
Goto Forum:
  


Current Time: Fri Apr 19 20:37:55 GMT 2024

Powered by FUDForum. Page generated in 0.02559 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top