cancel
Showing results for 
Search instead for 
Did you mean: 

java.lang.ClassNotFoundException in NW CE 7.1

Former Member
0 Kudos

Hello Experts,

In a webDynpro Java application, i am trying to use jxl.jar for reading MS excel document.

I am able to build and deploy the WebDynpro DC correctly, but when tried to run the application, it gives a ClassNotFound Exception for the jxl references.

I am using NW CE 7.1 and JDK1.5.0_16

Any pointers in this regard will be helpful.

Regards,

Vivek

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Vivek,

You can refer Blog /people/bertram.ganz/blog/2008/11/24/how-to-use-external-jar-files-in-web-dynpro-development-components

Kind Regards,

Nitin

former_member185086
Active Contributor
0 Kudos

Hi

How u used the jxl lib .

Use External Library Dc and define the jxl jar as publish as archive for compilation and assembly.

Best Regards

Satish Kumar

pravesh_verma
Active Contributor
0 Kudos

Hi Vivek,

You have to deploy the jar as well to the server so that it can be referenced at runtime. For that you can create a External Library DC and can deploy that DC.

Please refer to this blog if you require any further help:

/people/bala.krishnan2/blog/2006/09/25/bid-adieu-to-bots--using-captchas

I hope this helps you!!

Thanks and Regards,

Pravesh

Edited by: Pravesh Verma on Mar 12, 2009 7:07 AM