IWAB0503E Unable to update Java build path. Please check your system environment. java.io.FileNotFoundException: /lib/axis.jar

214 Views Asked by At

I got this error when trying to create a web service client in Eclipse. Already tried adding axis.jar into the build path but it won't fix. Does anyone know what happened or where /lib/axis.jar refers to? My Eclipse version is 2023-12 and the workspace uses Java 1.8. Appreciate your help.

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)
1

There are 1 best solutions below

1
Oussema On

I got the same error , when i try to create a WebServiceClient project , couldn't find a solution until now ,but as i can see the problem happens only with the new Eclipse version, so using an old version of eclipse will do the job for now