How to run OpenJUMP in Eclipse

From OpenJUMP Wiki
Revision as of 21:39, 18 October 2009 by Mentaer (talk | contribs) (Created page with '== To run OpenJUMP in Eclipse == have first a look here: FAQ OpenJump and Eclipse * Click Run > Run... * Press the New button * Set it up as follows: [[File:Eclipse_run_co…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To run OpenJUMP in Eclipse

have first a look here: FAQ OpenJump and Eclipse

  • Click Run > Run...
  • Press the New button
  • Set it up as follows:

Eclipse run config.png

Eclipse run config2.png

  • Press the Run button

How to include existing external Jump plugins

In Eclipse you can use JUMP plugins by

  • first placing the plugin in a directory of your choice

e.g. for windows you could put the plugin in C:\myjump\coolplugins\

  • add to the startup line the plugin-directory option, like it is done in the batch or sh file:

go in Eclipse to your "Run.." entry - choose the "arguments" tab and write in the first field:

-plug-in-directory C:\myjump\coolplugins\


for more information on startup options in Eclipse see: