Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » org.eclipse.ui issue(Issues when adding org.eclipse.ui into an e4 project)
org.eclipse.ui issue [message #894077] Fri, 06 July 2012 14:37 Go to next message
Patrice McCarthy is currently offline Patrice McCarthyFriend
Messages: 2
Registered: July 2012
Junior Member
I have downloaded eclipse June 4.2 and I am working on a few tutorials to learn RCP e4. I created the project from scratch (as suggested with the tutorial) and I have a something that is working but as soon as I add org.eclipse.ui in the dependencies I get a lot of error messages. Saying:

!ENTRY org.eclipse.osgi 2 0 2012-07-06 10:35:54.945
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-07-06 10:35:54.946
!MESSAGE Bundle reference:file:/C:/Users/pmccarthy/workspace/Juno/com.mccarthy.demo.test/ was not resolved.
!SUBENTRY 2 com.mccarthy.demo.test 2 0 2012-07-06 10:35:54.946
!MESSAGE Missing required bundle org.eclipse.ui_3.103.0.

!ENTRY org.eclipse.osgi 2 0 2012-07-06 10:35:54.954
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-07-06 10:35:54.955
!MESSAGE Bundle com.mccarthy.demo.test_1.0.0.qualifier [90] was not resolved.
!SUBENTRY 2 com.mccarthy.demo.test 2 0 2012-07-06 10:35:54.955
!MESSAGE Missing required bundle org.eclipse.ui_3.103.0.
.......

Also when I use the Eclipse 4 Application Project wizard and I use the same working code I get the same error. Because org.eclipse.ui is present.

What is the issue here? What am I missing?
Re: org.eclipse.ui issue [message #894088 is a reply to message #894077] Fri, 06 July 2012 15:05 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
e4 RCP does not use org.eclipse.ui at all - at the moment you add this
dependency you need to launch with the compat layer.

Tom

Am 06.07.12 16:37, schrieb Patrice McCarthy:
> I have downloaded eclipse June 4.2 and I am working on a few tutorials
> to learn RCP e4. I created the project from scratch (as suggested with
> the tutorial) and I have a something that is working but as soon as I
> add org.eclipse.ui in the dependencies I get a lot of error messages.
> Saying:
>
> !ENTRY org.eclipse.osgi 2 0 2012-07-06 10:35:54.945
> !MESSAGE One or more bundles are not resolved because the following root
> constraints are not resolved:
> !SUBENTRY 1 org.eclipse.osgi 2 0 2012-07-06 10:35:54.946
> !MESSAGE Bundle
> reference:file:/C:/Users/pmccarthy/workspace/Juno/com.mccarthy.demo.test/ was
> not resolved.
> !SUBENTRY 2 com.mccarthy.demo.test 2 0 2012-07-06 10:35:54.946
> !MESSAGE Missing required bundle org.eclipse.ui_3.103.0.
>
> !ENTRY org.eclipse.osgi 2 0 2012-07-06 10:35:54.954
> !MESSAGE The following is a complete list of bundles which are not
> resolved, see the prior log entry for the root cause if it exists:
> !SUBENTRY 1 org.eclipse.osgi 2 0 2012-07-06 10:35:54.955
> !MESSAGE Bundle com.mccarthy.demo.test_1.0.0.qualifier [90] was not
> resolved.
> !SUBENTRY 2 com.mccarthy.demo.test 2 0 2012-07-06 10:35:54.955
> !MESSAGE Missing required bundle org.eclipse.ui_3.103.0.
> .......
>
> Also when I use the Eclipse 4 Application Project wizard and I use the
> same working code I get the same error. Because org.eclipse.ui is present.
>
> What is the issue here? What am I missing?
Re: org.eclipse.ui issue [message #894097 is a reply to message #894088] Fri, 06 July 2012 15:53 Go to previous messageGo to next message
Patrice McCarthy is currently offline Patrice McCarthyFriend
Messages: 2
Registered: July 2012
Junior Member
Ok. In this case how would I access the shared images?
Re: org.eclipse.ui issue [message #894119 is a reply to message #894097] Fri, 06 July 2012 17:59 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
You can't. You need to extract them and copy them to your code.

Tom

Am 06.07.12 17:53, schrieb Patrice McCarthy:
> Ok. In this case how would I access the shared images?
Previous Topic:integrate the 3rd party jars into eclipse RCP product
Next Topic:How to ad commands to views with specific secondary view id
Goto Forum:
  


Current Time: Thu Apr 25 15:20:53 GMT 2024

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

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

Back to the top