-
Notifications
You must be signed in to change notification settings - Fork 37
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
Error on JDK10: -Xbootclasspath/p is no longer a supported option. #67
Comments
Since the release of jdk 11, wsimport is no longer supplied with the JDK distribution. This broke my workaround for this issue in JDK versions 9 and 10, where I specified |
Can you have a look at my pull request #71? It contains fixes for invocation under Java 9-11, and at least on my machine it's not necessary anymore to specify an executable as a workaround for Java >=9. |
Thanks for the fix |
Great to hear. Now let's wait for the project maintainers/owners what they think about the PR... ;-) |
Yeah, I'm still waiting for these |
Any news about this? |
Is this still an issue with version 2.6 of this plugin that was released recently? |
Upgrading from 2.5 to 2.6 fixed the issue for me.
|
The proposed fix does not solve the problem if the toolchains plugin is used as it is checking the module status for the current jvm (which might be java 8) and not for the toolchain jvm that might be java 9 or later. |
I get the same error even on JDK10
-Xbootclasspath/p is no longer a supported option.
Is there any workaround ?
Unfortunately -XX:+IgnoreUnrecognizedVMOptions does not help
I can send a patch, like if Java Version > 10 then do not add Xbootclasspath
The text was updated successfully, but these errors were encountered: