cancel
Showing results for 
Search instead for 
Did you mean: 

java.lang.NoClassDefFoundError: jxl/Workbook

Former Member
0 Kudos

Hi,

I did't get any errors while deploying and running the application, but when i click on Upload button i am getting this error...<b>java.lang.NoClassDefFoundError: jxl/Workbook</b> ..Could anybody tell me why i am getting this error.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

Simplest trick..

Go to your Navigator - > Open the WebDynpro project and paste the jar in the lib folder.

Now , in your project build path , remove the previous entry .. and say add Jars.. and add from this lib folder..

If you still get this error , it would only mean that the class file is not available in the jar.

Regards

Bharathwaj

Answers (1)

Answers (1)

vijayakhanna_raman
Active Contributor
0 Kudos

Hi,

Include jxl.jar to the lib folder of the project from the navigator view. Then right click the project -> Java build path -> Add jars -> Browse and choose the jxl jar. CLick ok. Build and redeploy.

Regards,

Vijai

Former Member
0 Kudos

Hi Vijayakhanna,

I have already added jxl.jar...That's why i did't get any errors while running and deploying application but while i click Upload botton only i am getting that error.

vijayakhanna_raman
Active Contributor
0 Kudos

Hi,

I think I have given that answer. Please read my answer.

Regards,

Vijai