Can we convert any java program into an eclipse plugin ?
- by Karthik
I want to write a plug-in which tracks the updates to a text file and stores them in a separate file.
Should I first write a simple java program which does this and then try to convert it into a plug-in?