Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

Installation

Taimur el-Halawani edited this page Oct 16, 2016 · 9 revisions

WikiInstallation

Eclipse Plugin

  1. Download the JuliaDT plugin for Eclipse
  2. In Eclipse, select Help > Install New Software...
  3. Click the Add...
  4. Click Archive and select the zip file.
  5. Select JuliaDT
  6. Click Next
  7. Click Next, review and accept licenses
  8. Click Finish
  9. Click Restart

Julia Development Tools should appear in the list of installed plugins ...

Interpreter Integration

Assumes the Julia interpreter is pre-installed

  1. In Eclipse select Preferences > Julia > Interpreters
  2. Click the Add...
  3. Click the Browse...
  4. Select the interpreter executable
  5. Click Ok
  6. Click Ok

Executable path is OS-dependent

Operating System Sample Path
OSX /Applications/Julia-0.4.5.app/Contents/Resources/julia/bin/julia
Windows tbc
Linux tbc

Once selected, the interpreter executable path should appear as follows ...

Clone this wiki locally