1

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) 
4
  • You are supposed to have the jar file and configure the right path to it. Commented Feb 2, 2024 at 11:30
  • @aled I have it, do you know how to configure it? Commented Feb 5, 2024 at 3:36
  • Where is the jar located? Share the current build path libraries configuration. Commented Feb 6, 2024 at 11:42
  • Already solved it by using older Eclipse version, thanks anyway Commented Feb 7, 2024 at 15:44

1 Answer 1

2

I got the same error , when i try to create a WebServiceClient project , 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

Sign up to request clarification or add additional context in comments.

1 Comment

As it’s currently written, your answer is unclear. Please edit to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers in the help center.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.