I am using KURA on my OSGI developpement, it is running above Eclipse Equinox, I want to be able to use the classes of the "com.sun.net.httpserver.*" in my bundle.
I found out under this link (Use restricted class in an OSGi Bundle) that I have to specify it through the system bundle using the OSGi framework property:
org.osgi.framework.system.packages.extra=...
My problem is I don't know where to set this propertie. Any idea?