| [news.eclipse.platform.rcp] Re: How can I read or write the file in jar? |
Note that the 'getClass' method will access resources inside nested jars, whereas bundle.getEntry won't. Also, getClass will work when the library code is executed outside of the OSGi framework, whereas the latter will require the OSGi framework to be up and running in order to work. Alex.