Install the Eclipse with WebDSL Plugin Bundle¶
Install an Eclipse instance with the WebDSL plugin pre-installed for your platform:
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¶
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