Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » DateChooserCombo bug and its solution
DateChooserCombo bug and its solution [message #589319] Tue, 15 April 2008 07:35
David  Pérez is currently offline David PérezFriend
Messages: 228
Registered: July 2009
Senior Member
Hi,

I've found a problem when using the DateChooserCombo widget in an RCP app.
I have added these plugins to my project:

- org.eclipse.nebula.widgets.datechooser_1.0.0
- org.eclipse.nebula.widgets.formattedtext_1.0.0

It compiles ok, but when running the app I get this exception:

ClassNotFoundException, cannot load
org.eclipse.swt.internal.SWTEventListener

This class is indirectly used by AbstractCombo.

The solution is simple. I have added the last line in the MANIFEST.MF of
org.eclipse.nebula.widgets.datechooser_1.0.0.jar
(org.eclipse.swt.internal).

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Datechooser Plug-in
Bundle-SymbolicName: org.eclipse.nebula.widgets.datechooser
Bundle-Version: 1.0.0
Export-Package: org.eclipse.nebula.widgets.datechooser
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Import-Package: org.eclipse.nebula.widgets.formattedtext,
org.eclipse.swt,
org.eclipse.swt.events,
org.eclipse.swt.graphics,
org.eclipse.swt.layout,
org.eclipse.swt.widgets,
org.eclipse.swt.internal



I hope my solution is applied.
David
Previous Topic:DateChooserCombo bug and its solution
Next Topic:DateChooserCombo preferred width too small
Goto Forum:
  


Current Time: Fri Mar 29 06:35:24 GMT 2024

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

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

Back to the top