Results 1 to 3 of 3
Thread: Problem with jxl
- 10-15-2009, 03:28 PM #1
Member
- Join Date
- Oct 2009
- Posts
- 2
- Rep Power
- 0
Problem with jxl
Hello everyone
First of all my english isnt very good. so i hope you understand my problem ;)
I am working with Eclipse and createt a new Dnyamic Web Projekt.
The goal is, to create a simple WebSite where a user can insert an Path where an Excel file is located on his Computer and read this file with my java class.
so ..
i already have a java class which reads an excel file. my jxl.jar is installed correct.
but now i have this problem. i want to execute some methods() from the java class in my jsp and i got the following error:
javax.servlet.ServletException: java.lang.NoClassDefFoundError: jxl/read/biff/BiffException
i´ve alrdy read in the web, that i have to install the Library jxl.jar.
but i have alrdy done this because otherwise i wouldnt be able to read the excel file in my java class or am i wrong :confused:
any help would be very nice
thank youLast edited by 3clipse; 10-15-2009 at 03:33 PM.
- 10-15-2009, 03:35 PM #2
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 14
Is that class which is reading correctly part of your web project? If so then you need to look at your deployment options and verify that you are the file is indeed being copied to your application's WEB-INF/lib folder.
- 10-15-2009, 03:51 PM #3
Member
- Join Date
- Oct 2009
- Posts
- 2
- Rep Power
- 0
Bookmarks