Can we convert any java program into an eclipse plugin ?
Posted
by Karthik
on Stack Overflow
See other posts from Stack Overflow
or by Karthik
Published on 2010-04-10T10:12:34Z
Indexed on
2010/04/10
11:03 UTC
Read the original article
Hit count: 227
eclipse-plugin
|java
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?
© Stack Overflow or respective owner