Skip to content

Commit

Permalink
Merge remote-tracking branch 'ibex/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Sep 10, 2024
2 parents 6e6b13c + 8b27655 commit 8638e67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/how-to-run-eclipse-on-macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The following steps are necessary to run a custom Eclipse on modern macOS system
- Leave your Terminal window open and return to your text editor (showing the contents of `Info.plist`). Scroll down into the block below the line `<key>Eclipse</key>` and enter your Java JDK's path with this syntax: `<string>-vm</string><string>$YOUR_PATH/bin/java</string>`
- Example: `<string>-vm</string><string>/Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home/bin/java</string>`
- Save the file, close your editor, and open your Terminal window again.
- Navigate the Terminal window to your Eclipse folder using `cd $FOLDER_NAME`, e.g., `cd Downloads/eclipste`.
- Navigate the Terminal window to your Eclipse folder using `cd $FOLDER_NAME`, e.g., `cd Downloads/eclipse`.
- Verify that your custom `Eclipse.app` is located in the currently selected folder via `ls`.
- Sign the modified `Eclipse.app` with this command: `$ sudo codesign --force --deep --sign - ./Eclipse.app`
- When requested, type in the password of your user account and hit enter.
Expand All @@ -51,7 +51,6 @@ If macOS asks if you really want to start the "broken" app, select `Run`.
- The default *perspective* is not the *eMoflon perspective*.
- The default workspace encoding may not be *UTF8*.
- The default git clone path is not `${workspace_loc}/git` as required to run eMoflon.
- There is no specific build for ARM64/Apple ARM-based macOS systems.

---

Expand Down

0 comments on commit 8638e67

Please sign in to comment.