Installation of the plugin is fairly simple, but it will require you
to download and setup the Eclipse (version 3.0) program. (If you already have installed Eclipse 3.0,
skip ahead to Install the SPARK-IDE plugin. 2.x versions of Eclipse will not work with this plugin)
If you do not already have Eclipse, please download it from
www.eclipse.org.
At the time of these instructions, the most recent
release is Eclipse 3.0.1, which can be downloaded from here:
http://www.eclipse.org/downloads/index.php
If you are a Java developer, then the "Eclipse SDK" release is probably best for you.
If you are
not a Java developer, then you should click on "View all platforms for release 3.0.1"
and scroll down to the "Platform Runtime Binary" releases.
The download process is likely to take a
long time. Go surf the Web,
check your e-mail, or anything else to entertain yourself.
On the Windows platform,
there is no installer, so I assume the same
is true for other platforms as well. To "install" Eclipse, you should
only have to unzip the download file and run the "Eclipse" executable.
However, you should always defer to the instructions that come with
the download.
If you have a 2.x version of Eclipse already installed
and wish to continue using it, install Eclipse 3.0 in a separate directory.
Also, do not run Eclipse 3.0 on your Eclipse 2.x workspace, as it
will make changes to your workspace that are not backwards compatible.
Open Window->Preferences, then select 'SPARK'. There are three values that you can fill in:
- SPARK Interpreter: (optional) Set to the location of the default SPARK version you wish
to use. You can override this value with individual launch configurations.
- Jython interpreter: (optional, but recommended) Set to the location of
your default Jython interpreter. You can override this value with individual launch configurations.
- OAA Home: If you use OAA with your process models, you must fill this in.
Congratulations, you are now ready to proceed to the Users Guide