[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.webtools] Re: errors: can't resolve java.lang.Object and errors in xsd

It is quite possibly that your project doesn't contain JRE libraries or it contains incorrect JRE libraries.
Check the project's Build Path.


Snjeza

Chuck wrote:
A new developer downloaded Eclipse 3.2.1 and then used the update manager to do a complete download and install of Callisto. He started with a new workspace. He is using jdk 1.5.0_10. He is having two serious problems:

1. If he creates a new dynamic web application, eclipse gives the following error for the automatically created web.xml:

Referenced file contains errors (http://www.ibm.com/webservices/xsd/j2ee_web_services_client_1_1.xsd). For more information, right click on the message and select "Show Details..." acua/WebContent/WEB-INF web.xml line 1 1169833955001 44

2. In an existing Web Services application that has no errors using older an older version of wtp 1.5 a java files shows the following errors:

The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object. Fix the build path then try building this project acua Unknown 1169833953649 43

The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files acua/src/com/embarq/acua StatusWBmpClrs.java line 1 1169833953649 42

Another developer duplicated this problem by downloading eclipse 3.2.1, creating a fresh workspace, and installing the Callisto plugins.