cancel
Showing results for 
Search instead for 
Did you mean: 

Error while running portal

Former Member
0 Kudos

http://farm2.static.flickr.com/1397/702696269_6d42a5ddaf.jpg?v=0

hi,

I have screen shot of errors i got when buiding a portal app...while running its showing some missing jar files in library ...the path which is given there contain version included....can u give me suggestion how to come out of this and also that classpath exception

regards

moyeen

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Mohammad,

I suppose you are opening an application created by someone else. He has kept the jar files in the path mentioned in the error log. You can solve it in two ways.

Either you create the folder structure mentioned in the error log and keep ur jar files there and then compile the program.

Or else, you can remove the jar file by right clicking on the project -> Properties -> Java Build Path -> select the third tab. Delete the jars and then include thoes jars from where you have stored in ur system.

Regards

Deb

[Reward Points for helpful answers]

0 Kudos

Hi,

The classpath of your project has references to jars from NWDS plugins and the plugin folder names changed from EP6 to EP7.

So in EP6 the jar exception.jar is found in D:\Programme\SAP\JDT\eclipse\plugins\<b>com.sap.exception</b>\lib\exception.jar

But in EP7 it is under D:\Programme\SAP\JDT\eclipse\plugins\<b>com.sap.exception_2.0.0</b>\lib\exception.jar

So initially your porject is created with EP7 NWDS and now you are trying to edit it with EP6 NWDS.

So goto classpath and correct the paths to your jar files to fix the problem.

Greetings,

Praveen Gudapati

Former Member
0 Kudos

Hey,

But the path is correct in the class path....

0 Kudos

Hi,

Do you mean you have this path on your local machine?

<b>D:\Programme\SAP\JDT\eclipse\plugins\com.sap.exception_2.0.0\lib\exception.jar</b>

If not then correct this in your classpath.

Greetings,

Praveen Gudapati

Former Member
0 Kudos

no dude...there is class path without 2.0.0 version ....its correct already...but while running its autogenerating that path