Hi,
I am unable to create a servlet in eclipse IDE.But it showing the following 2 errors.
1.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.
2.The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files serv.java(my servletname).
i have installed JDK 1.5 and i am using eclipse 3.1 and tomcat 5.5.27 as web server.
anybody help me how to resolve this.
Regards,
Naveen.
I am unable to create a servlet in eclipse IDE.But it showing the following 2 errors.
1.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.
2.The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files serv.java(my servletname).
i have installed JDK 1.5 and i am using eclipse 3.1 and tomcat 5.5.27 as web server.
anybody help me how to resolve this.
Regards,
Naveen.