Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Is TitleAreaDialog not available in Eclipse Luna?
Is TitleAreaDialog not available in Eclipse Luna? [message #1254693] Sun, 23 February 2014 18:01
Ralf Heydenreich is currently offline Ralf HeydenreichFriend
Messages: 235
Registered: July 2009
Senior Member
Hi all,
I've an rcp application which works under Eclipse Kepler. Now I've tried
to run this applicatin in Eclipse Luna M5. But the runtime complaints
about "java.lang.NoClassDefFoundError:
org/eclipse/jface/dialogs/TitleAreaDialog", although I've put
org.eclipse.jface into dependency section of my MANIFEST.MF. The bundle
is started:

156 ACTIVE org.eclipse.jface_3.10.0.v20140107-1310
157 RESOLVED org.eclipse.jface.databinding_1.7.0.v20131204-2153
159 RESOLVED org.eclipse.jface.text_3.9.0.v20131210-1348

How could I fix this? I don't have any compile errors or such things...

Thanks in advance,
Ralf.

Btw., some of my imports are marked as

Discouraged access: The type Logger is not accessible due to restriction
on required library
${workspace}\.metadata\.plugins\org.eclipse.pde.core\.bundle_pool\plugins\org.eclipse.e4.core.services_1.2.0.v20140110-1430.jar

, e.g. (in this case) "org.eclipse.e4.core.services.log.Logger". Could
anybody say why this occurs (I know that this is not the right mailing
list for this qeustion...)?
Previous Topic:How to add the functionnality of creating an XMl within an RCP ?
Next Topic:Update single feature of RCP Product
Goto Forum:
  


Current Time: Thu Apr 25 02:02:05 GMT 2024

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

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

Back to the top