Dont fret... And dont go to the extent of using java.util.jar package.
Eclipse framework provides you a very clean mechanism to do the same
Use org.eclipse.core.runtime.FileLocator apis to load the required resources within your plugin. Code snippets are easily available.
What eclipse does internally in this case is: It unzips the specified resources in
No comments:
Post a Comment