oracle / visualvm

VisualVM is an All-in-One Java Troubleshooting Tool
https://visualvm.github.io/
Other
2.83k stars 299 forks source link

Update site for Eclipse #131

Open paulvi opened 5 years ago

paulvi commented 5 years ago

On https://visualvm.github.io/idesupport.html for Eclipse IDE user must first download .zip file, unzip and install from it as p2 repository,

whereas putting zip content online would allow to install the IDE integration without 2 extra steps above.

njbartlett commented 3 years ago

+1 this would also allow the plugin to be made available from the Eclipse Marketplace.

thurka commented 3 years ago

Can you provide more details, what should be done? What does "putting zip content online" mean?

njbartlett commented 3 years ago

If the ZIP file content is made available as a directory on the download site, i.e. with its contents unzipped, then it should be possible to use the remote URL directly as an update site in Eclipse, rather than requiring the user to download, unzip, and add the local directory as the URL.

You can even publish this URL to the Eclipse Marketplace for easier discovery of the plugin.

thurka commented 3 years ago

Thanks for info.