Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "JWT Tutorial AgilPro"

(New page: = Introduction = This document shows how to execute (simulate or preview) a process model with the AgilPro Simulator. AgilPro is a partner project that is currently not available on Eclip...)
 
Line 2: Line 2:
  
 
This document shows how to execute (simulate or preview) a process model with the AgilPro Simulator. AgilPro is a partner project that is currently not available on Eclipse, but only on SourceForge. We aim to include many of the tools developed in AgilPro into Eclipse JWT. AgilPro and its components (such as the AgilPro Simulator which is described more in this document) can be downloaded from http://sourceforge.net/projects/agilpro.
 
This document shows how to execute (simulate or preview) a process model with the AgilPro Simulator. AgilPro is a partner project that is currently not available on Eclipse, but only on SourceForge. We aim to include many of the tools developed in AgilPro into Eclipse JWT. AgilPro and its components (such as the AgilPro Simulator which is described more in this document) can be downloaded from http://sourceforge.net/projects/agilpro.
 +
 +
= Installing AgilPro =
 +
 +
If you want to install AgilPro, you need to have at least Java 5.0 installed (version 1.6.0 of AgilPro won’t work with older versions).
 +
The latest version of AgilPro LiMo (which is an RCP variant of WE) and Simulator is available on SourceForge under [http://sf.net/projects/agilpro http://sf.net/projects/agilpro]. Please find also more information and examples about AgilPro on [http://www.agilpro.eu http://www.agilpro.eu].
 +
 +
Please select the version of your operating system on SourceForge (Mac, Linux i386, PPC, i386 Windows, etc.) and start the installer (the .JAR-file) either with double clicking on it or (if this feature has been disabled on your PC) enter
 +
 +
java –jar AgilProSimulator-Installer-win32-x86_1.5.0.jar
 +
 +
This should start the installer (on a Windows PC) if Java 5.0 has been installed on your PC and can be found in the classpath.
 +
 +
If you experience any problems during the installation or usage of AgilPro, please don’t hesitate to contact [mailto:support@agilpro.de].

Revision as of 10:08, 25 May 2009

Introduction

This document shows how to execute (simulate or preview) a process model with the AgilPro Simulator. AgilPro is a partner project that is currently not available on Eclipse, but only on SourceForge. We aim to include many of the tools developed in AgilPro into Eclipse JWT. AgilPro and its components (such as the AgilPro Simulator which is described more in this document) can be downloaded from http://sourceforge.net/projects/agilpro.

Installing AgilPro

If you want to install AgilPro, you need to have at least Java 5.0 installed (version 1.6.0 of AgilPro won’t work with older versions). The latest version of AgilPro LiMo (which is an RCP variant of WE) and Simulator is available on SourceForge under http://sf.net/projects/agilpro. Please find also more information and examples about AgilPro on http://www.agilpro.eu.

Please select the version of your operating system on SourceForge (Mac, Linux i386, PPC, i386 Windows, etc.) and start the installer (the .JAR-file) either with double clicking on it or (if this feature has been disabled on your PC) enter

java –jar AgilProSimulator-Installer-win32-x86_1.5.0.jar

This should start the installer (on a Windows PC) if Java 5.0 has been installed on your PC and can be found in the classpath.

If you experience any problems during the installation or usage of AgilPro, please don’t hesitate to contact [1].

Back to the top