Evandro Pomatti
Evandro Pomatti

Reputation: 15094

Where is wsimport after Java 11

I've used wsimport and other Metro tools for many years but since the removal of Java EE modules from Java 11, I can't find the tools.

Where can I find the wsimport executable?

Upvotes: 9

Views: 15933

Answers (1)

Evandro Pomatti
Evandro Pomatti

Reputation: 15094

The executables for WSIMPORT can be found at the main site https://javaee.github.io/metro-jax-ws/.

They're no longer part of JDK.

Upvotes: 5

Related Questions