cancel
Showing results for 
Search instead for 
Did you mean: 

error in file upload

Former Member
0 Kudos

i hav added the folllwing three jars in my web dynpro project

1) poi-2.5.1-final-20040804

2) poi-contrib-2.5.1-final-20040804

3) poi-scratchpad-2.5.1-final-20040804

i am geting the following error

NoClassDefinationFound:InternalView:HSSSFWorkbook

i am using it to upload data from an excel file to the server

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

None of the jar files has HSSSFWorkbook class .

You need to download "jakarta-poi-1.5.1-final-20020615.jar" and add it to buildpath.

Regards, Anilkumar

roberto_tagliento
Active Contributor
0 Kudos

How have you ADDED?

You must put the references to project properties and put them into "lib" folder too.

roberto_tagliento
Active Contributor
0 Kudos

*************************

right click on the project name -> properties -> javabildpath -> add external jars -> find and add the jars you want

*************************

After

From "Navigator" click explode your Web Dynpro project.

Select "lib" folder.

Right click ---> import ---> File System

Select your JAR files.

Compile, create archive and deploy.

Bye Roberto Tagliento.