Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Stardust/Knowledge Base/Getting Started/Installation"

(Online Eclipse Update Site)
(Install Stardust)
Line 23: Line 23:
 
=== Install Stardust  ===
 
=== Install Stardust  ===
  
#'''Open''' context menu '''Help > Install New Software...'''  
+
*'''Open''' context menu '''Help > Install New Software...'''  
#Select '''"http://download.eclipse.org/releases/kepler"''' from the dropdown box of "Work with"  
+
*Select '''"http://download.eclipse.org/releases/kepler"''' from the dropdown box of "Work with"  
#'''Open '''the category '''SOA Development '''and '''Select '''all features for'''''"''Eclipse Process Manager ..."'''  
+
*'''Open '''the category '''SOA Development '''and '''Select '''all features for'''''"''Eclipse Process Manager ..."'''  
#Select '''Next''' for the follow-up screens and accept the '''Eclipse License Agreement'''.  
+
[[Image:install-stardust-1.0.png]]
#Select '''Finish''' - all Stardust components will be downloaded now. This may take 10-20 minutes depending on your network connection.  
+
*Select '''Next''' for the follow-up screens and accept the '''Eclipse License Agreement'''.  
#'''Restart''' Eclipse after installation has completed.
+
*Select '''Finish''' - all Stardust components will be downloaded now. This may take 10-20 minutes depending on your network connection.  
 +
*'''Restart''' Eclipse after installation has completed.
  
 
Congratulations! You are ready to use the Stardust Eclipse Process Manager.
 
Congratulations! You are ready to use the Stardust Eclipse Process Manager.

Revision as of 14:54, 26 June 2013

Installation Alternatives

Installation of Stardust is performed by installing the corresponding Stardust Features and their required dependencies. These Eclipse Features include the

  • Process Modeller,
  • the Rapid Application Development (RAD) environment and the
  • Report Designer Extension.

You have several options to add the Stardust - Eclipse Process Manager Features and their dependencies to your Eclipse environment:

  • Online Eclipse update site - This is a good choice if you:
    - don't know what to choose
    - have a reliable, fast internet connection
    - only want to install on a single PC / environment
    - want to check for updates frequently and intend to update to the latest and greatest version frequently
  • Local Eclipse update site - This is a good choice if you:
    - have a not so fast and reliable internet connection
    - have an internet connection with high latency / response times
    - want to install on multiple PCs / environments
    - are going to check for updates less frequently or not via the built-in update mechanism
    - may not always upgrade to the latest patch release
  • Install features as drop-ins - This is a good choice if you:
    - know what you are doing
    - are sure that you have the right Eclipse version with all required dependencies installed
    - are familiar enough with the eclipse plug-in mechanism and know how to install missing dependencies if needed
    - rather perform some steps in the file system than walk through the dialogs of the (local) Eclipse update site installation
    - want to separate the new features from you Eclipse installation on file system level
    - want to automate the installation for multiple environments

Online Eclipse Update Site

Install Eclipse 4.3 Kepler for Java and Report Developers

  1. Go to Eclipse IDE for Java and Report Developers download page
  2. Select the distribution most appropriate for your platform.
  3. Download and unzip to your hard drive

Install Stardust

  • Open context menu Help > Install New Software...
  • Select "http://download.eclipse.org/releases/kepler" from the dropdown box of "Work with"
  • Open the category SOA Development and Select all features for"Eclipse Process Manager ..."

Install-stardust-1.0.png

  • Select Next for the follow-up screens and accept the Eclipse License Agreement.
  • Select Finish - all Stardust components will be downloaded now. This may take 10-20 minutes depending on your network connection.
  • Restart Eclipse after installation has completed.

Congratulations! You are ready to use the Stardust Eclipse Process Manager.

Next Steps

Now you are ready to start the process modeler and configure the Rapid Application Development. Please consult the product documentation for further instructions.

Product Documentation

Documentation for your first steps can be found under

You may want to start with a first tutorial: the Support-Case Example here.

Local Eclipse Update Site

Build Stardust from Source Code

If you like to build Stardust, please download the source code and build Stardust as described here.

Install Local Eclipse Update Site (offline)

For one of the reasons mentioned in the introduction you may prefer to download the complete update site so you can use it as a local Eclipse update and install the Stardust - Eclipse Process Manager features offline, possibly to multiple environments. The zipped complete Eclipse update site can be downloaded from the repository (see Downloads). Please note that the suffix of the archive name depends on the planned release version and a consecutively build number.

Or you want to install your locally build Stardust update.

  1. Open the context menu Help > Install New Software...
  2. Push Add button
  3. Enter Name: Stardust local site and Location: <YourLocalStardust.zipLocation>
  4. Select the check box Stardust - Eclipse Process Manager
  5. Select Next for the follow-up screens and accept the Eclipse License Agreement.
  6. Select Finish - all Stardust components will be downloaded now.
  7. For your local builds, you may receive a warning that the software contains unsigned content, which you need to ignore.
  8. Restart Eclipse after installation has completed.

Install Features as Drop-ins

Please refer to the Eclipse Platform Plug-in Developer Guide's section "The drop-ins folder and supported file layouts".

Remember start Eclipse using the parameter -clean after making modifications to the drop-ins folder.

Product Documentation

Documentation for your first steps can be found under

You may want to start with a first tutorial: the Support-Case Example here.

Back to the top