cancel
Showing results for 
Search instead for 
Did you mean: 

error during project build

Former Member
0 Kudos

Hi,

I had added Jxl.jar to my dc project.After removing the Jxl.jar from the dc, i am getting an error :

This compilation unit directly refernces the missing type java.lang.Object (typically some required class file is referncing a type outside the classpath)

Any clues regarding this??

Accepted Solutions (1)

Accepted Solutions (1)

former_member192434
Active Contributor
0 Kudos

Hi

Try to add jxl.jar file into java build patha as well as lib folder ur application

it will solve ur problem

Thanks

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Before you perform the below , take a backup copy of DC , because I am not sure....

switch to Navitor ( side of Wed dynpro Explorer) , click on the .classpath file , and delete the entry

Jxl.jar path if any present and try ,

if still you have the problem then

copy the .classpath file from any other DC in the same Navigator mode, and paste it in the problem of DC you are facing . It will overwrite the .classpath file , Now switch to Web dynpro explore and try to deploy.

Thanks ,

Srini

Edited by: srinivasa rao on Dec 22, 2008 11:12 AM