cancel
Showing results for 
Search instead for 
Did you mean: 

Binary cache jxl.Format.CellFormat exception

Former Member
0 Kudos

Hi everyone,

I am trying out the example given at <a href="/people/subramanian.venkateswaran2/blog/2006/08/16/exporting-table-data-to-ms-excel-sheetenhanced-web-dynpro-binary-cache location.</a> The WD project compiles without any problems but during runtime, I get the following exception -

java.lang.NoClassDefFoundError: jxl/format/CellFormat

I included the jxl.jar and checked it too for the CellFormat class. It exists in the jar file in the correct folder too. Has anyone come across this problem before?

Any ideas or hints would be appreciated..

Thanks!

t00th

Message was edited by: Sameer Jagirdar

Fixed the link

Accepted Solutions (1)

Accepted Solutions (1)

roberto_tagliento
Active Contributor
0 Kudos

Inside blog explain how to use the library for NWDS, but nope how include into PROJECT.

You need to import the library into "lib" folder.

From NWDS, WebDynpro prospect, click to "Navigator" tab, right click on "lib" folder --> import --> File System --> choose JAR files.

Build and deploy.

Former Member
0 Kudos

Hi Roberto!

You were right..It didnt even strike me that I hadnt included the jar file in the library..thanks for the pointer!

Bye!

Sameer

Answers (0)