Is there a way to install software in eclipse without going marketplace. I have downloaded zips on my machine for installation but still they hit http links of eclipse.
Asked
Active
Viewed 139 times
1
-
The Eclipse Marketplace is just a catalogue of items with update sites that can be HTTP or HTTPS. This means a plug-in is not downloaded from the Eclipse Marketplace but from the update site provided by the plug-in vendor. When you go to the Marketplace website, click on the download icon to see the update site URL, which can also be used in _Help > Install New Software..._. Here you can try to change the URL from HTTP to HTTPS which may work or may not work. – howlger Oct 17 '18 at 07:25
-
Also, many of the plug in's have the "drop in" link feature, example JBoss Tools. You can click and drag the Icon into your eclipse IDE and it will begin the install! – JGlass Oct 17 '18 at 20:22