cancel
Showing results for 
Search instead for 
Did you mean: 

Error after importing PAR file into NWDS

Former Member
0 Kudos

Hi Experts,

I have imported a par file into my NWDS worlspace . While building the project it's giving the following error .

import javax.servlet.http.HttpServletResponse can't be resolved .

While i am organizing the importa , the same import is getting deleted and i am getting a new error as follows .

The project was not built since its classpath is incomplete. Cannot find the class file for javax.servlet.http.HttpServletRequest. Fix the classpath then try rebuilding this project.

jdk1.5 has been configured correctly inside NWDS and i have tested it also .

Can anybody help me out regarding this .

Thanks in advance .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jain,

Just right click on project to properties->java build path-> add external jars add the jar file servlet.jar.

Venkat.

Answers (0)