-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eclipse Oxygen can not add Groovy-plugin along with Java 9 #318
Comments
Both features patch the same JDT plug-in. Only one patch per plug-in can be made. |
For me, the JDK 9 support installed after also upgrading to the latest Groovy plugin builds. However, after that hell broke loose and hardly anything worked anymore. No idea though if that was due to the JDK9 support itself or due to a conflict between the JDK9 and Groovy JDT patches. A restore of the last working configuration was not possible since Eclipse claimed it could not find any repo with previous Groovy plugin builds. So I had to restore Eclipse from a backup to get it back working. |
Fix for issue #318: Groovy and Java 9 support
If you plan to run Eclipse itself under Java 9 with Groovy-Eclipse installed, I recommend enabling access for the Groovy compiler/runtime in your eclipse.ini -vmargs section to prevent error messages:
These are also good command line defaults for your Installed JRE, so that anything launched from Eclipse using Java 9 (Groovy script, JUnit tests, etc.) will have proper Groovy runtime behavior. |
The text was updated successfully, but these errors were encountered: