Projet

Général

Profil

MAY Project Setup » Historique » Révision 73

Révision 72 (Anonyme, 15/10/2014 12:46) → Révision 73/74 (Anonyme, 21/03/2021 20:29)

h1. Project Setup 

 h2. Create a Java Project 

 First, create a Java project in *File* / *New* / *Java Project*. 
 Choose a name, and click *Finish*. 

 _Note: *Note: verify that the chosen execution environment is Java 1.8 1.5 or greater_ (e.g., **JavaSE-11**) greater* 

 h2. Add a SpeADL File 

 Right-click on the *src* folder (or any desired sub-package) and select *New* / *File*. 

 Choose a name with a ".speadl" extension and click *Finish*. 

 !{width:70%}add-speadl-file.png! 

 h2. Open the SpeADL File (and Enable the Xtext Project Nature) 

 **Double-click on the _file_.speadl** and if asked (typically with Eclipse ≥ 2020-12), enable Xtext by clicking on *Yes* in the dialog. 

 !{width:35%}Eclipse_2020-12_MAY_3-6-2_Xtext_project_nature.png! !add-speadl-file.png! 

 h2. Next Steps 

 Next, you can configure Eclipse to use Maven if you want to exploit the reusable components for MAY: [[MAY Maven Eclipse Setup]]. 

 h1. Wiki Page Resources