Java help..

SinNisTeR

Diamond Member
Jan 3, 2001
3,570
0
0
I found an api that will allow me to create and modify excel files through java..

Here

I downloaded the zip file and inside are all the java files to use. Where do i put these files and what else do i need to do to just be able to import them like all other java library files?
Thanks
 

znaps

Senior member
Jan 15, 2004
414
0
0
The jxl.jar file is right there in the archive. Refer to that file in your classpath when you compile and run your code.
 

dighn

Lifer
Aug 12, 2001
22,820
4
81
you can also add the .jar file to the jre/lib/ext directory if you want it to be globally available by default