This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 195305

Summary: Run with unmodified equinox.jar
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: NetigsoAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Jaroslav Tulach 2011-02-10 17:31:46 UTC
Things would be much more easier if we could run with unmodified equinox.jar, rather the one that has stripped out org.osgi.* classes.

To allow that we need to tell the JarClassLoader to ignore certain package inside equinox.jar. Could be possible with existing support for Covered-Packages or with some new API.

If this change can work, it shall be backported to 6.9.x branch.
Comment 1 Jaroslav Tulach 2011-02-14 15:20:55 UTC
Fixed in netbinox 1.16.8
http://source.apidesign.org/hg/netbinox/rev/d2cb863b7be7

Documentation changed:
http://wiki.apidesign.org/index.php?title=Netbinox&diff=4532&oldid=4473