Re: [equinox-dev] No available bundle exports package 'javax.swing.event'

2007-07-24 Thread David Leangen
> What OS are you using? Linux > Have you configured access rules for any of the JREs in the workspace? No > And is your project dependent on a specifically installed JRE or an > OSGi execution environment? I'm using the system JRE, v 1.5.0_06. I am using a "target platform", if that's what y

Re: [equinox-dev] jetty 6 osgi support

2007-07-24 Thread Simon Kaegi
Thanks Toni, I've been following along in the newsgroup, but I'll definitely take a better look and try it out. OPS4J is definitely a pretty cool community with some great ideas. -Simon [EMAIL PROTECTED] wrote on 07/24/2007 07:14:26 PM: > Hi! > > with regards to this effort to implement a R4 co

Re: [equinox-dev] jetty 6 osgi support

2007-07-24 Thread Toni Menzel
Hi! with regards to this effort to implement a R4 compendium compilant http-service implementation i would like to point you an effort at OPS4J.org called PaxWeb. This is a framework independent, solid and jetty6 based http-service implementation. You can find out more at the wiki http://wiki

Re: [equinox-dev] No available bundle exports package 'javax.swing.event'

2007-07-24 Thread Alex Blewitt
What OS are you using? I know that the Mac stores its JVM classes over two files (classes.jar, ui.jar) so I wonder if that might be relevant here. Have you configured access rules for any of the JREs in the workspace? And is your project dependent on a specifically installed JRE or an OSGi execut

RE: [equinox-dev] No available bundle exports package 'javax.swing.event'

2007-07-24 Thread David Leangen
> 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

Re: [equinox-dev] No available bundle exports package 'javax.swing.event'

2007-07-24 Thread Thomas Watson
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? This package should be exported by the system bundle (org.eclipse.osgi in equinox) when running on a J2SE-1.2 or

[equinox-dev] No available bundle exports package 'javax.swing.event'

2007-07-24 Thread David Leangen
Hello! I am getting a bunch of errors in Eclipse like the one above. I thought that javax packages were supposed to be "automatically" imported by the framework... Is there some setting I need to set in Eclipse? Thanks! David ___ equinox-dev mail