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 "ATL/User Guide - 2. Installation"

< ATL
m (Trying to change toc numbers)
(Modification of the title of the page)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<div class="nonumtoc">
+
#REDIRECT [[ATL/User_Guide_-_Installation]]
[[Category:ATL]]
+
= Installation =
+
 
+
== Prerequisites ==
+
'''Java'''
+
*Download and [[Modeling_Project/Installation#Install_a_JVM | install a JVM]] (JRE or JDK), if one is not already installed.
+
**for ATL 2.0 or older, JDK 1.4 will work.
+
**for ATL 3.0+, you need JDK 5.0 or later
+
 
+
'''Eclipse'''
+
*Download and install [[IRC_FAQ#Where_can_I_get_Eclipse.3F | Eclipse]].
+
 
+
'''EMF'''
+
*Install [[EMF/Installation#Install_EMF|EMF]].
+
 
+
== Install ATL ==
+
There are two ways to install ATL:
+
*via [http://www.eclipse.org/modeling/m2m/updates/ update site]
+
*via zip: see [http://www.eclipse.org/modeling/m2m/downloads/index.php?project=atl ATL Downloads]. Once your zip is downloaded, just unpack it into
+
**with Eclipse 3.3, 3.2: ~/eclipse/features/ and ~/eclipse/plugins/ folders
+
**with Eclipse 3.4+:  ~/eclipse/dropins/ folder
+
Finally, restart Eclipse.
+
 
+
The ATL SDK build enables to:
+
*consult documentation offline
+
*access ATL examples
+
*access the source code of installed ATL plugins
+
 
+
To install ATL from CVS, please refer to the [[ATL/Developer_Guide#Install_ATL_from_CVS | Developer Guide]].
+
 
+
== See Also ==
+
* [[ATL/User_Guide_-_1._Introduction | 1. Introduction]]
+
* [[ATL/User_Guide_-_3._Overview_of_the_Atlas_Transformation_Language | 3. Overview of the Atlas Transformation Language]]
+
* [[ATL/User_Guide_-_4._The_ATL_Language | 4. The ATL Language]]
+
* [[ATL/User_Guide_-_5._The_ATL_Tools | 5. The ATL Tools]]
+
</div>
+

Latest revision as of 12:22, 10 February 2010

Back to the top