cancel
Showing results for 
Search instead for 
Did you mean: 

The project was not built since its classpath is incomplete , when par file

Former Member
0 Kudos

Hi Everyone,

I uploaded a PAR file in NWDS , I made a basic change where i needed to change a email id and after I did that I get the following error

"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. EmailHRPar "

Since I am new to PAR file , im not sure how to compile and deploy too.

Can anybody run don on this or if there s any step by step doc it would be great ...

Regards,

Raj

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Kandaraj,

right click on the project -properties-build classpath-add the jar for the servelt class.

go to navigator view -go to lib folder and add the jar file

then deploy the par file using quick par upload option

if it doesnot work take the par file go to system administration-support-portal runtime-administration console-upload

Thanks

Bala Duvvuri

Former Member
0 Kudos

Hi bala,

In the lib folder, I have add the jar file but still I find the error ,as well as in the navigator view I dont find any option like build as well I couldnt get this option too"right click on the project -properties-build classpath"

Regards,

Raj

Answers (3)

Answers (3)

Former Member
0 Kudos

s

Former Member
0 Kudos

Hi,

Are you sure there are no errors in the project code? If there are errors, resolve them and build the project. You can also use organize imports to check if all the required imports are added. If there is no error, then close the project and studio. Open them again so that workspace refreshes with the actual data.

Regards,

Harini S

Former Member
0 Kudos

Hi Raj,

I hope setting the Class path in Enviroment Variable can help you out in accessing the jar files from other location.

Set class path to the directory where you have stored the Jar files. hope this solves your issue.

u can refer to this demo for more par component creation & changing in the par file

How to Develop a Portal Component:

[https://fortress.wa.gov/dop/portal/irj/portalapps/com.sap.portal.pdk.documentation.howtodevelopmyportalcomponent/docs/example1apc.html|https://fortress.wa.gov/dop/portal/irj/portalapps/com.sap.portal.pdk.documentation.howtodevelopmyportalcomponent/docs/example1apc.html]

If u r begainer of the portal then this thread might help in in future:

[|]

Edited by: Bidyut Bhowmik on Sep 24, 2008 11:02 AM

Edited by: Bidyut Bhowmik on Sep 24, 2008 11:06 AM

Former Member
0 Kudos

Hi Bidyut,

Let me check on this once and get back to u