Projet

Général

Profil

MAY Install » Historique » Révision 110

Révision 109 (Anonyme, 17/03/2021 08:56) → Révision 110/111 (Anonyme, 17/03/2021 08:56)

h1. MAY Installation 

 h2. Java Development Kit 

 You will need to install the Java Development Kit (JDK), at least version 11 111 (as previous versions are not supported anymore). 
 You can download it here if you don't have it already: 
 * https://adoptopenjdk.net/installation.html 
 * or https://www.oracle.com/technetwork/java/javase/downloads/ 

 h2. Eclipse 

 You will need the Eclipse *2020-12* distribution. The "Standard" or "For Java Developers" editions will be fine: 
 https://www.eclipse.org/downloads/packages/release/2020-12/r/eclipse-ide-java-developers 

 If you are behind a proxy you may need to configure Eclipse for it, but this is out of scope of this installation guide. 

 h2. Add the Make Agents Yourself Update Site 

 Now you are ready to install the MAY plugin for Eclipse. For that, you need to add its update site: 

 Go to *Help* / *Install New Software...* 

 Click *Add...* and enter the following information: 
 *Name*: MAY 
 *Location*:    https://victornoel.github.io/may/update-may-3 

 !{width:35%}Eclipse_Add_MAY_Update_Site.png! 

 h2. Install the Make Agents Yourself Plugin 

 Then in order to actually install the plugin, select the MAY update site in the drop-down list. 
 Expand the *Make Agents Yourself* category and select the desired version (the last is at the top). 

 Then click *Next* and it will take some time calculating requirements and dependencies. 
 Click *Next* again when it shows you the install details and accept the terms of the licence agreements, then *Finish*. 
 Click *OK* when you get the security warning, and accept to restart Eclipse now. 

 !{width:35%}Eclipse_Install_MAY.png! 

 h2. Next Steps 

 Next, you can create an Eclipse project and define a SpeADL architecture using MAY. 
 See [[MAY Project Setup]] for documentation. 

 h1. Wiki Page Resources