Difference between revisions of "How to run OpenJUMP in Eclipse (Outdated)"
Jump to navigation
Jump to search
(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…') |
(No difference)
|
Revision as of 21:39, 18 October 2009
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:
- 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: