本文介绍了JDK11之后的WSIMPORT在哪里的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经使用wsimport和其他Metro工具很多年了,但是自从JDK 11中删除Java EE模块以来,我找不到这些工具.

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

在哪里可以找到 wsimport 可执行文件?

Where can I find the wsimport executable?

推荐答案

可以在主站点 https://javaee.github.io/metro-jax-ws/.

它们不再是JDK的一部分.

They're no longer part of JDK.

这篇关于JDK11之后的WSIMPORT在哪里的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-26 18:39