Skip to content

Installation instructions

Erwin Walraven edited this page Dec 4, 2018 · 24 revisions

Import Maven project in Eclipse

The toolbox comes as an Apache Maven project for Eclipse. In order to get started it is required to perform the following steps:

  1. Install Eclipse and the Maven plugin (Help -> Install New Software)
  2. Clone the repository in your Eclipse workspace
  3. Create a new project with the same name as the directory created in step 2
  4. Convert the project to a Maven project (right click on the project -> Configure -> Convert to Maven Project)
  5. If you get compilation errors: make sure that the compiler compliance level has been set correctly in the project settings

Running the toolbox server

two options: jar or Server.java in eclipse

Running Python code

command line with python3

Install linear programming solvers

discuss gurobi, lpsolve, built-in

Clone this wiki locally