rcp - Changing Jar into plugins. -
I have an existing RCP application and another Java application has been applied using jar with Java-Gazer option is. I need to convert the jar to the plugin and there is a method to call it. Can I finish it
It depends on which RCP platform do you have eclipse or netbeans? And what is your jar? Is this a GUI application?
You can check your learning trail for Netbeans. One of the articles is about porting the swing-based application for the platform.
You can see the Vogela tutorial for Eclipse, however I have not seen that broad form on this topic.
If you have only a bunch of jar functions (at least in netbins) you can wrap the normal jar in a neatbene module in the IDE and publish some packages or it can be used as a service provider Can register in IMHO is better to convert it into eclipse in the OSGI package.
Comments
Post a Comment