Install the Eclipse with Spoofax Plugin Bundle¶
Install an Eclipse instance with the latest stable release of the Spoofax plugin pre-installed for your platform:
Eclipse bundle including the Spoofax plugin with embedded Java Runtime Environment (JRE) (recommended):
macOS Intel (64-bit)
Linux x64 (64-bit)
Windows x64 (64-bit)
Windows x86 (32-bit)
Eclipse bundle including the Spoofax plugin (no embedded JRE):
macOS Intel (64-bit)
Linux x64 (64-bit)
Windows x64 (64-bit)
Windows x86 (32-bit)
Troubleshooting¶
macOS: "Eclipse" cannot be opened because the developer could not be verified¶
macOS puts unverified binaries in 'quarantine' and disallows their execution. To remove the com.apple.quarantine
attribute, do:
xattr -rc Eclipse.app
Eclipse does not start, or complains about missing Java¶
Download the Eclipse bundle with embedded JRE. Otherwise, ensure you have a distribution of Java installed. Then in eclipse.ini
, add a -vm
line at the top of the file, followed by the path to the Java installation. For example, with SDKMan! on macOS:
-vm
/Users/myusername/.sdkman/candidates/java/current/jre/lib/jli/libjli.dylib