mojohaus / jaxws-maven-plugin

https://www.mojohaus.org/jaxws-maven-plugin/
Apache License 2.0
25 stars 37 forks source link

Failed to execute (wsdl -> java) #74

Open Sambalinski opened 4 years ago

Sambalinski commented 4 years ago

Hello. Help me please. I get this error when i try to generate java classes from wsdl file.

Failed to execute goal org.codehaus.mojo:jaxws-maven-plugin:2.5:wsimport (default) on project jax-ws-test: Invocation of com.sun.tools.ws.wscompile.WsimportTool failed - check output

How can i resolve this problem?

Thank you.

I'm using java 11. This is my project: https://github.com/Sambalinski/jax-ws-test

theit commented 4 years ago

Can you try the plugin version 2.6? It contains a few fixes for Java >= 9.