- In case you're on Windows: just download the installer from here (/eclipse-inst-64.exe) and run it.
- In case you're on a different platform:
- Download eclipse installer and unpack it.
- Edit
eclipse-inst.ini
in the unpacked root adding the following line to the very end:-Doomph.redirection.setups=index:/->https://raw.githubusercontent.com/FlasH-RUS/oomph/master/setups/
- Once the installer has opened, switch to advanced mode (3-striped button at the top right corner, then "ADVANCED MODE...")
- Follow the wizard steps, etc. :)
- After installation you may still need to do several manual steps like:
- Switch perspective to "Dev" (which is anyway set to default already).
- Switch keyboard layout to IntelliJ (Preferences -> General -> Keys) even if you've selected it during setup.
- Eclipse Oxygen/Photon/2018-09/2018-12/2019-03/2019-06/2019-09 for Java EE developers with the following plugins excluded:
- CloudFoundry support (CFT)
- Plug-in Development Environment (PDE)
- Lombok support (asks for lombok.jar during setup anyway)
- AutoDriv
- DevStyle
- Spring Tools Suite
- Optionally - IDEA keymap
Edit eclipse-inst.ini
in the installer root directory to use local folder with files to update. E.g. -Doomph.redirection.setups=index:/->file:/home/flash/git/oomph/setups/
- Perspective customization:
- Customize your perspective.
- Export Eclipse preferences to epf file: File -> Export -> Preferences.
- Open epf file and find the perspective key:
/instance/org.eclipse.ui.workbench/<perspective name>_1_e4persp
. - Convert key value to plain XML:
- Unescape. E.g. using https://www.freeformatter.com/java-dotnet-escape.html
- Save the same key with plan XML as value in Oomph setup.