cancel
Showing results for 
Search instead for 
Did you mean: 

For exception... java.lang.NoClassDefFoundError: jxl/format/CellFormat

Former Member
0 Kudos

Hi all..

I am doing Download to Excel Functionality. For that i added jxl.jar file into my exterbal jar file. But in runtime i am getting this exception..

java.lang.NoClassDefFoundError: jxl/format/CellFormat

for this what should i will do? anybody explain to me..

it's very urgent..

with regards,

Gobinath.R

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Hi

Create a library project and put your jxl.jar in that project and after that include that library project to your project. I think this can solve your problem.