Skip to content
Christian Stritzke edited this page Jul 21, 2016 · 9 revisions

Prerequisites

In order to use NetIDE properly, you need to have an installation of Vagrant (>v1.6), VirtualBox, and SSH on your machine. Windows users, make sure that the Vagrant and the SSH executable are referenced in your PATH variable.

NetIDE works on Eclipse Luna (4.4) and Eclipse Mars (4.5)

Installation

...using the Eclipse Marketplace

  1. Open your Eclipse installation and navigate to Help->Eclipse Marketplace... in the Menubar.
  2. Search for NetIDE, click Install and follow the instructions. After restarting Eclipse, NetIDE is ready to run.

Alternatively, you can drag the button below into your running Eclipse window.

Drag to your running Eclipse workspace to install NetIDE

...using the Update Site

  1. Open your Eclipse installation and navigate to Help->Install New Software....
  2. Enter http://updatesite.netide.eu/stable for a stable installation or http://updatesite.netide.eu/nightly for nightly builds.
  3. Select NetIDE click Next and follow the instructions. After restarting Eclipse, NetIDE is ready to run.

...by building from source

Check out the master branch.

Navigate to the folder releng/eu.netide.dependencies and type mvn p2:site. This will build an Eclipse repository for external dependencies at releng/eu.netide/dependencies/target/repository.

Navigate to the folder releng/eu.netide.parent and type MAVEN_OPTS="-Xmx1024M" mvn package. The build process can take some time.

Once it has finished, you'll find the contents of an eclipse update site as a zip file in releng/eu.netide.product/target.

Open your Eclipse installation.

Go to Help->Install New Software->Add->Local and specify the location of the dependency repository. Go to Help->Install New Software->Add->Archive and specify the location of the zip file.

Select NetIDE from the list and follow the instructions. After restarting Eclipse, NetIDE is ready to run.