Title: Apache POI framework 3.17 version Post by: Candy M. on October 26, 2018, 02:05:58 am Has anyone tried the Apache POI framework 3.17 version? Reuben, have you tried it? I see that you are using a 3.10 version on github. I want it to run with Java 7 so I downloaded the latest available which is 3.17.
I've just started trying to get it to work. I have a simple program. I'm just trying to get the 4GL to find the classes. Code
When I compile, I get this: Code
My CLASSPATH: Code
Now I can compile this java program just fine: Code
And I'm sure I have the right jar file: Code
If I use the HSSFWorkbook, it compiles fine. We are using Centos 7.3. Also, we had to set export JAVA_TOOL_OPTIONS=-Xss2m as there is a problem in Centos 7.3. Are there only certain versions that work? Thanks! Candy Title: Re: Apache POI framework 3.17 version Post by: Candy M. on October 26, 2018, 08:10:02 pm I got it to work. It needed these jar files in the CLASSPATH:
Code I guess you could include all jar files in the CLASSPATH but I wanted the minimum. Probably that can be figured out by looking at documentation of the classes and see its dependencies as well. Candy |