I have a linux machine inside a "closed" network. I.e. no access to the internet.
I have a mac machine that can access the internet.
I installed eclipse in both.
I need to install a plugin in eclipse specifically EPIC
for Perl
development.
The site offers a link to source forge for offline installation so I downloaded it and tried to install it in my linux machine.
Problem here: The offline version in source forge is old and does not work due to a dependency issue in another plugin of eclipse and this dependency is solved in newest versions of the plugin.
So at this point since the offline version can not work and I don't have access to the internet for the update site to get the latest version I am stuck.
Moving on to Mac
:
I have access to the internet but when I add the update site to install the plugin it fails to connect.
But the url is accessible by the browser so I believe that it is due to proxy settings.
When I look at the browser's settings I see that it is set to Auto detect proxy
. So I can not copy the proxy ip/port from browser. Also I don't understand how/where the browser finds the proxy to connect to.
Is there a way to make eclipse to auto-detect proxy settings as well? I don't see such an option in Preferences->General->Network Connections
.
So what can I do as I am stuck in both cases!
On the top of my head if there was a way to somehow download the files from the update site and create a local installation it would solve my problem in both machines.
But is this possible? How?
What can I do to solve my problems?