Need help to develop web application (Servlets/JSP) using Eclipse IDE and Weblogic
Venkat
Greenhorn
Joined: Mar 01, 2005
Posts: 1
posted
0
Hi all, I am new this forum. I need help to develop, build and deploy a Web application which consists Servlets, JSPs etc using Eclipse IDE and Weblogic server 7.
I have the Web logic Server 7 and following bundles
The Eclipse driver: eclipse-SDK-3.1M5a-win32.zip The EMF driver : emf-sdo-xsd-SDK-I200502171619.zip The GEF driver : GEF-SDK-I20050215.zip Java EMF Model Runtime driver: JEM-runtime-1.0.2.zip and WTP Runtime module includes the WST and JST builds (wtp-1.0M3.zip(md5))
I downloaded and unzipped into appropriate location. Still I am getting compilation error(Unable to resolve) when I used 'import javax.servlet.*;'
Please suggest me the softwares(plug-ins) to run a web application or provide me with the URL/link to read how to do this.
Sorry for this long text Question!!!.Thanks for your time. Plese help to get it done. Thanks for your help.
Venkat
David Ulicny
Ranch Hand
Joined: Aug 04, 2004
Posts: 724
posted
0
You need to import j2ee.jar library to your project.