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 "JWT Tutorial Install"

(New page: = Installing the binaries = JWT can be downloaded from the update site. You need to have at least Eclipse 3.4.0 (for JWT 0.5.0) installed with Java 5.0 behind. JWT 0.6.0 requires Eclipse ...)
 
m
 
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
Enter as URL:  
 
Enter as URL:  
  
[http://download.eclipse.org/technology/jwt/update-site/]
+
[http://download.eclipse.org/technology/jwt/update-site/ http://download.eclipse.org/technology/jwt/update-site/]
  
 
and select a name such as „Eclipse JWT“.  You will be asked several questions and after finishing Eclipse restarts automatically. After Eclipse has been restarted, you should be able to create a new workflow model.
 
and select a name such as „Eclipse JWT“.  You will be asked several questions and after finishing Eclipse restarts automatically. After Eclipse has been restarted, you should be able to create a new workflow model.
Line 16: Line 16:
  
 
To download the sourcecode from the various components of JWT, please connect in Eclipse with the following CVS directory:
 
To download the sourcecode from the various components of JWT, please connect in Eclipse with the following CVS directory:
 +
  
 
Host: dev.eclipse.org
 
Host: dev.eclipse.org
 +
 
Repository path: /cvsroot/technology
 
Repository path: /cvsroot/technology
 +
 
User: anonymous
 
User: anonymous
 +
 
Password: (none)
 
Password: (none)
 +
 
Connection type: pserver
 
Connection type: pserver
 +
  
 
If you have a committer account, please provide your committer data (username and password) and select as connection type extssh instead of pserver.
 
If you have a committer account, please provide your committer data (username and password) and select as connection type extssh instead of pserver.
Line 29: Line 35:
 
= Resources =
 
= Resources =
  
For information about project resources like newsgroups oder bugzilla access, please visit our page at [www.eclipse.org/jwt] and the wiki at [[JWT_Resources | resources]].
+
For information about project resources like newsgroups oder bugzilla access, please visit our page at [http://www.eclipse.org/jwt/ http://www.eclipse.org/jwt] and the wiki at [[JWT_Resources | resources]].
 +
 
 +
= See also =
 +
 
 +
* [[JWT_Tutorial | Tutorial Main Page]]
 +
* [[Java_Workflow_Tooling_Project | Wiki Main Page]]
 +
* [http://www.eclipse.org/jwt/ JWT Website]

Latest revision as of 10:33, 25 May 2009

Installing the binaries

JWT can be downloaded from the update site. You need to have at least Eclipse 3.4.0 (for JWT 0.5.0) installed with Java 5.0 behind. JWT 0.6.0 requires Eclipse 3.5.0 (Galileo). Please select in your Eclipse „Help -> Software Updates _> Find and install … -> Search for new features to install -> Create a „New Remote Site“.

Enter as URL:

http://download.eclipse.org/technology/jwt/update-site/

and select a name such as „Eclipse JWT“. You will be asked several questions and after finishing Eclipse restarts automatically. After Eclipse has been restarted, you should be able to create a new workflow model.

If you experience any problems, don’t hesitate to contact us on our newsgroup: eclipse.technology.jwt or on the developer mailing list: jwt-dev@eclipse.org.

The wiki page JWT Downloads contains some additional information about installing JWT.

Getting the source code

To download the sourcecode from the various components of JWT, please connect in Eclipse with the following CVS directory:


Host: dev.eclipse.org

Repository path: /cvsroot/technology

User: anonymous

Password: (none)

Connection type: pserver


If you have a committer account, please provide your committer data (username and password) and select as connection type extssh instead of pserver.

Additional information about downloading JWT from CVS can be found on Java Workflow Tooling CVS Info Page

Resources

For information about project resources like newsgroups oder bugzilla access, please visit our page at http://www.eclipse.org/jwt and the wiki at resources.

See also

Copyright © Eclipse Foundation, Inc. All Rights Reserved.