• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Java help..

SinNisTeR

Diamond Member
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
 
The jxl.jar file is right there in the archive. Refer to that file in your classpath when you compile and run your code.
 
you can also add the .jar file to the jre/lib/ext directory if you want it to be globally available by default
 
Back
Top