Eclipse Plugin Development

E

EdwinPL

Hi, I want to develop an eclipse plugin. The plugin should generate
code for the design pattern specified by the annotation feature type
of Java 1.5 i.e @singleton should generate the template code for
singleton pattern. I have already developed it without using eclipse,
now my problem isto integrate it with eclipse i have come to know
eclipse does not support Java1.5. Any help?New to developing an
eclipse plugin, help in this regard would also be appreciated.
 
S

Steve Green

EdwinPL said:
Hi, I want to develop an eclipse plugin. The plugin should generate
code for the design pattern specified by the annotation feature type
of Java 1.5 i.e @singleton should generate the template code for
singleton pattern. I have already developed it without using eclipse,
now my problem isto integrate it with eclipse i have come to know
eclipse does not support Java1.5. Any help?New to developing an
eclipse plugin, help in this regard would also be appreciated.

Eclipse version 3.1 (milestone builds) supports Java version 1.5.

--Steve
 
A

Angus Parvis

EdwinPL said:
Hi, I want to develop an eclipse plugin. The plugin should generate
code for the design pattern specified by the annotation feature type
of Java 1.5 i.e @singleton should generate the template code for
singleton pattern. I have already developed it without using eclipse,
now my problem isto integrate it with eclipse i have come to know
eclipse does not support Java1.5. Any help?New to developing an
eclipse plugin, help in this regard would also be appreciated.

If you have questions related to Eclipse plugin developement you may
find the Eclipse newsgroup useful. You have to register to it over the
eclipse.org website (http://eclipse.org/mail/index.html).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,995
Messages
2,570,226
Members
46,815
Latest member
treekmostly22

Latest Threads

Top