Skip to content

Commit

Permalink
Merge pull request #117 from eMoflon/hotfix/macos-doc-fix
Browse files Browse the repository at this point in the history
Fixes a typo in the macOS documentation
  • Loading branch information
maxkratz committed Sep 9, 2024
2 parents 8a028b9 + 5858ff8 commit 8b27655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit 8b27655

Please sign in to comment.