IDE Portable Installation Guide for MacOs

Prerequisite: 

  • Java Development Kit 11. 

Step 1: Download the relevant OL IDE zip from the Download Portal. Follow the instructions from https://openlegacy.atlassian.net/wiki/spaces/OV45/pages/867303425

Step 2: Extract the zip folder. 

Step 3: Extract the m2.repository.zip and copy it contacts to your user/.m2/repository

Step 4: Right click on the OpenLegacy IDE Icon and choose “Show Package Contents”

Step 5: Go to Contents/MacOs and open a terminal tab in that location

Step 6: Grant execution right to “openlegacy” using the following command:

$chmod +x openlegacy

Step 7: Run the following command on the app itself:

xattr -cr /path/to/application.app

Step 8: Add your JVM to the ini file:

  • Go to Contents/eclipse

  • Edit the openlegacy.ini file

  • Add the following:

    -vm and under it the path to the Java bin

Step 9: Run the IDE