Skip to content
GitLab
  • Explore
  • Sign in
  • af3af3
  • AF3
  • Wiki
  • AF3 Developer Installation

AF3 Developer Installation · Changes

Page history
Update version requirement on Eclipse Installer (tested successfully with 2021-3) authored Apr 09, 2021 by Simon Barner's avatar Simon Barner
Hide whitespace changes
Inline Side-by-side
AF3-Developer-Installation.md
View page @ 3b2d8493
...@@ -38,24 +38,14 @@ recommend OpenJDK since we use it for building internally. ...@@ -38,24 +38,14 @@ recommend OpenJDK since we use it for building internally.
Installation Procedure Installation Procedure
---------------------- ----------------------
- Windows-only: Please ensure that the HOME variable is set (Keys: - Windows-only: Please ensure that the HOME variable is set
Windows + Pause ->Adjust settings ->Advanced ->Environment - Keys: Windows + Pause ->Adjust settings ->Advanced ->Environment variables
variables) or run [this - Alternatively, run [this script](https://git.fortiss.org/af3/fortiss-std-env/raw/master/oomph/set-home.cmd) to set the mentioned variable to the user’s local directory.
script](https://git.fortiss.org/af3/fortiss-std-env/raw/master/oomph/set-home.cmd) - NOTE: The HOME variable is read by the git implementation of Eclipse. If it points to a network share, you will experience severe performance impacts, so choose a local folder instead!
to set the mentioned variable to the user’s directory. It is read by the - Download the [Eclipse Installer](https://www.eclipse.org/downloads/) and start it
git implementation of eclipse. NOTE: If your user folder points to a - Be sure to get a recent version that bundles a JRE. Otherwise the installation may fail due to SSL certificate issues
network share, you will experience severe performance impacts, so choose - Tested with [2021-03 a.k.a 1.20.0 Build 5032](https://www.eclipse.org/downloads/packages/release/2021-03/r)
a local folder instead! - After starting, switch to *Advanced Mode* (“burger icon” in the upper-right corner)
- Download [version 2019-12](https://www.eclipse.org/downloads/packages/release/2019-12/r)
of the Eclipse Installer
- [Windows](https://www.eclipse.org/downloads/download.php?file=/oomph/epp/2019-12/R/eclipse-inst-win64.exe)
- [Linux](https://www.eclipse.org/downloads/download.php?file=/oomph/epp/2019-12/R/eclipse-inst-linux64.tar.gz)
- [MacOS](https://www.eclipse.org/downloads/download.php?file=/oomph/epp/2019-12/R/eclipse-inst-mac64.dmg)
- Start the Eclipse installer
- Do not update it, but stay with version 2019-12 (a.k.a. 1.15.0
Build 4434) to workaround an SSL certificate problem
- Switch to Advanced Mode (“burger icon” in the upper-right
corner)
- On the **Product** page select: - On the **Product** page select:
- Eclipse Modeling Tools - Eclipse Modeling Tools
- Product Version: 2019-12 - Product Version: 2019-12
......
Clone repository
  • AF3 Developer Installation
  • AF3 Eclipse_Platform
  • AF3_Plugins_Description
  • Adding_a_new_plugin
  • Building_a_view
  • Building_an_editor
  • Check list_for_Code_Reviews
  • Check list_for_New_Issues
  • Core_Test_Cases
  • Development_Workflow
  • FAQ
  • Fortiss_Eclipse_Development_Tools
  • How_to_build_a_new_release
  • Open_JavaFX_P2_repository
  • Release_Process
View All Pages