user1767316
user1767316

Reputation: 3631

Offline Eclipse plugin installation never finish

Trying to install typescript_ide or springsource-tool-suite on top of my eclipse installation on an offline Redhat7 never finish, Eclipse seems stucked on "Calculating requirements and dependencies"

Logs seems to show that eclipse is trying to reach http://download.eclipse.org:

> Jun 21, 2017 6:43:55 PM org.apache.http.impl.client.DefaultRequestDirector tryConnect
INFO: I/O exception (java.net.SocketException) caught when connecting to {}->http://download.eclipse.org: Network is unreachable (connect failed)

Is there any way to tell eclipse to avoid any network call, a kind of offline mode like asked here and here ?

Upvotes: 0

Views: 240

Answers (1)

greg-449
greg-449

Reputation: 111142

Clear the 'contact all update sites during install to find required software' flag at the bottom of the 'Available Software' dialog displayed by 'Help > Install New Software...'

Upvotes: 1

Related Questions