Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [equinox-dev] No available bundle exports package 'javax.swing.event'


> Where do you see the error?  In the java code
> file where you import the javax.swing.event
> package or in your bundle MANIFEST.MF file where
> you use Import-Package: javax.swing.event?

In the bundle manifest.

The compilation error means that Eclipse refuses to build my project until I
"fix" it.


> This package should be exported by the system
> bundle (org.eclipse.osgi in equinox) when running
> on a J2SE-1.2 or higher VM.

That's what I thought.

Using 1.5 currently.

Should I be filing a bug for this, then?


Cheers,
David




Back to the top