IWAB0503E 无法更新 Java 构建路径。请检查您的系统环境。 java.io.FileNotFoundException:/lib/axis.jar

问题描述 投票:0回答:1

我在 Eclipse 中尝试创建 Web 服务客户端时遇到此错误。已尝试将 axis.jar 添加到构建路径中,但无法修复。有谁知道发生了什么或者 /lib/axis.jar 指的是哪里?我的 Eclipse 版本是 2023-12,工作区使用 Java 1.8。感谢您的帮助。

IWAB0503E Unable to update Java build path. Please check your system environment.
    java.io.FileNotFoundException: /lib/axis.jar
    at org.eclipse.osgi.storage.url.bundleentry.Handler.findBundleEntry(Handler.java:55)
    at org.eclipse.osgi.storage.url.BundleResourceHandler.openConnection(BundleResourceHandler.java:182)
    at java.base/java.net.URL.openConnection(URL.java:1094)
    at org.eclipse.osgi.storage.url.BundleURLConverter.toFileURL(BundleURLConverter.java:36)
    at org.eclipse.core.runtime.FileLocator.toFileURL(FileLocator.java:277)
    at org.eclipse.core.runtime.Platform.asLocalURL(Platform.java:641)
java eclipse wsdl apache-axis webservice-client
1个回答
0
投票

我遇到了同样的错误,当我尝试创建一个 WebServiceClient 项目时,直到现在才找到解决方案,但正如我所看到的,问题只发生在新的 Eclipse 版本中,所以使用旧版本的 Eclipse 就可以了现在的工作

© www.soinside.com 2019 - 2024. All rights reserved.