You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to setup the IJava based on the instructions however,
after running cd IJava
then run $ chmod u+x gradlew && ./gradlew installKernel i got the problem like this:
FAILURE: Build failed with an exception.
What went wrong:
Could not create service of type ScriptPluginFactory using BuildScopeServices.createScriptPluginFactory().
Could not create service of type PluginResolutionStrategyInternal using BuildScopeServices.createPluginResolutionStrategy().
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
With --stacktrace and Ubuntu 20.04.3 and openjdk-17, I see:
...
Caused by: java.lang.IllegalAccessException: module java.base does not open java.lang to unnamed module @4d154ccd
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:73)
... 95 more
With openjdk-11, I do not see the error above. Hence this is probably related to openjdk-17
hi all,
I tried to setup the IJava based on the instructions however,
after running cd IJava
then run $ chmod u+x gradlew && ./gradlew installKernel i got the problem like this:
FAILURE: Build failed with an exception.
Could not create service of type ScriptPluginFactory using BuildScopeServices.createScriptPluginFactory().
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 0s
Mine is es macos system and just got java 17 installed.
what might be the solution... many thanks :)
The text was updated successfully, but these errors were encountered: