Difference between revisions of "How to run OpenJUMP in Eclipse"

From OpenJUMP Wiki
Jump to navigation Jump to search
 
Line 30: Line 30:
 
  -plug-in-directory C:\myjump\coolplugins\
 
  -plug-in-directory C:\myjump\coolplugins\
  
 +
Video Tutorial - http://www.youtube.com/watch?v=cDAs04QEuzU
  
 
for more information on startup options in Eclipse see:
 
for more information on startup options in Eclipse see:
 
* [[How to use a plugin with a properties file in ECLIPSE]]
 
* [[How to use a plugin with a properties file in ECLIPSE]]

Latest revision as of 08:53, 1 March 2011

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 all the functions from the tools menu

Go to the Program Arguments box and add the following line, but use your path to the default-plugins.xml file

-default-plugins "C:\dev\eclwork\sv_openjump_trunk\scripts\default-plugins.xml" 

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\

Video Tutorial - http://www.youtube.com/watch?v=cDAs04QEuzU

for more information on startup options in Eclipse see: