views:

26

answers:

1

Hi,

I have developed a eclipse plugin (cheatsheet), packaged in jar format. Can anyone tell me how to host that plugin publicily or in tomcat server so that remote user can install it through the given URL, using the Install Software menu ?

I don't want to copy that plugin in eclipse's plugin folder i want to install that...

+1  A: 

You have to create an update site for that. Here is the Eclipse tutorial for creating an update site.

Valentin Rocher
thanks, Can u tell me how to use URL to install like http://www.plugin-example.com is my site. how to install through that???
Rahul
thanks for your guidance ,i got through URL also..
Rahul
@Rahul : from what I can see in the link, you just have to create a update.xml file, put it with the jar on a ftp, and that's it
Valentin Rocher