How to design/create a plug-in that takes my code?,
March 9, 2009 at 7:44 AM
Hi,
With eclipse, I had done lots of example in creating a plug-in. All of them are quite simple and I’ve done doing simple action and display. Now the problem comes when I have a Java code which can be compiled and run under normal condition and I wanted to make it as a plug-in. Problem such as how do I add in my code into a plug-in?
How to design a plug-in that takes my code?
My Java program basically read in a file and process and output another file. So how to create a plug-in with it?