gpt4 book ai didi

java - 无法在 "The java web services tutorial"之后找到 taskdef 类 com.sun.tools.ws.ant.WsImport

转载 作者:太空狗 更新时间:2023-10-29 23:00:46 30 4
gpt4 key购买 nike

我在许多不同的地方看到了同样的问题,即使在谷歌搜索了大量内容之后,我也无法解决它。我正在尝试做的(大图)是通过 The java web services tutorial , 这似乎在不同步的地方,

特别here ,当我尝试编译时,我收到以下消息:

C:\javaeetutorial5\examples\jaxws\common\targets.xml:26: taskdef class com.sun.tools.ws.ant.WsImport cannot be found

我尝试了很多不同的放置 jar 或改变环境变量的组合,但没有结果。有什么成功案例吗?

完整的构建错误信息如下:

BUILD FAILED

C:\javaeetutorial5\examples\jaxws\helloservice\build.xml:4: The following error occurred while executing this line:

C:\javaeetutorial5\examples\jaxws\common\targets.xml:26: taskdef A class needed by class com.sun.tools.ws.ant.WsImport cannot be found: org/apache/tools/ant/DynamicConfigurator

using the classloader AntClassLoader[C:\Program Files (x86)\Java\jdk1.6.0_23\lib\tools.jar]

Total time: 0 seconds

以及相应的taskdef:

<taskdef name="wsimport" classname="com.sun.tools.ws.ant.WsImport">
<classpath refid="jaxws.classpath"/>
</taskdef>

还可以查看背书目录:

C:\javaeetutorial5\kschneid>cd %JAVA_HOME%

C:\Program Files (x86)\Java\jdk1.6.0_23>dir lib\endorsed
Volume in drive C is OSDisk
Volume Serial Number is AAAA-BBBB

Directory of C:\Program Files (x86)\Java\jdk1.6.0_23\lib\endorsed

25/02/2011 09:34 <DIR> .
25/02/2011 09:34 <DIR> ..
25/02/2011 09:34 105,134 jaxb-api.jar
25/02/2011 09:33 54,476 jaxws-api.jar
2 File(s) 159,610 bytes
2 Dir(s) 110,907,056,128 bytes free

C:\Program Files (x86)\Java\jdk1.6.0_23>

最佳答案

您可以按如下方式解决 Netbeans x.y 中的问题:

  1. 转到工具->选项->Java->Ant。
  2. 单击“类路径”部分下的“添加 JAR/ZIP...”
  3. 导航到“C:\Program Files\NetBeans x.y\enterprise\modules\ext\metro\”
  4. 选择所有文件。
  5. 单击“确定”,然后再次尝试导入/重新生成。

其中 x.y = 7.1、7.2、8.0 等

关于java - 无法在 "The java web services tutorial"之后找到 taskdef 类 com.sun.tools.ws.ant.WsImport,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5091573/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com