How do you run wsimport command using JDK 11?

Options

JDK 11 no longer include wsimport tool. Please see the below article from Oracle.

 JDK 11 Release Notes (JEP 320 Remove the Java EE and CORBA Modules)
 https://www.oracle.com/technetwork/java/javase/11-relnote-issues-5012449.html#JDK-8190378

 

Now, our partner is asking how they can run the command with OpenJDK 11. I found below framework has wsimport tool. I tried it and it does seem to generate .java and .class files.

 JAX-WS
 https://javaee.github.io/metro-jax-ws/

Is this what they should do? Any document or recommendations?

Thanks!

Comments