Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] org.osgi.framework.system.packages.extra system variable

That property is new for OSGi 4.2 which Equinox 3.5 implements.

BJ Hargrave
Senior Technical Staff Member, IBM
OSGi Fellow and CTO of the OSGi Alliance
hargrave@xxxxxxxxxx
Office: +1 386 848 1781 Mobile: +1 386 848 3788


  From: "Chris Hopkins" [chopkins@xxxxxxx]
  Sent: 06/30/2009 10:45 AM AST
  To: "Equinox development mailing list" <equinox-dev@xxxxxxxxxxx>
  Subject: [equinox-dev] org.osgi.framework.system.packages.extra system variable


Hi all –

 

I’m trying to get access to the com.sun.java.swing.plaf.windows.WindowsComboBoxUI class within my Equinox plug-in. I noticed back in April that Tom had referenced a org.osgi.framework.system.packages.extra system variable that can be set to add packages to the list of available packages that the framework recognizes. However, I can’t seem to get it to work. I set the following:

 

org.osgi.framework.system.packages.extra=com.sun.java.swing.plaf.windows

 

but when I start Eclipse I still cannot import the WindowsComboBoxUI class.

 

Am I setting the property incorrectly?

 

I am still using Eclipse 3.4 but I have defined a Target Platform for this workspace that includes the jars below. I pulled them from a RC version of Equinox just prior to the official Galileo release.

 

org.eclipse.equinox.ds_1.1.0.v20090513.jar

org.eclipse.equinox.event_1.1.100.v20090513.jar

org.eclipse.equinox.log_1.2.0.v20090513.jar

org.eclipse.equinox.util_1.0.100.v20090429-1630.jar

org.eclipse.osgi.services_3.2.0.v20090513.jar

org.eclipse.osgi.util_3.2.0.v20090429-1630.jar

org.eclipse.osgi_3.5.0.v20090513.jar

 

Thanks,

Chris

 

 
 
 
 
THIS MESSAGE IS INTENDED FOR THE USE OF THE PERSON TO WHOM IT IS ADDRESSED. IT MAY CONTAIN INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL AND EXEMPT FROM DISCLOSURE UNDER APPLICABLE LAW. If you are not the intended recipient, your use of this message for any purpose is strictly prohibited. If you have received this communication in error, please delete the message and notify the sender so that we may correct our records.
 
 
 
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev

Back to the top