Good morning. I have my environment (in AS400) so setted :
QIBM_RPG_JAVA_PROPERTIES : '-DJava.awt.headless=true;-Dos400.awt.native=true;-Dos400.stderr=file:/home/mydir/mystderr.txt;-Dos400.stdout=file:/home/mydir/mystdout.txt;' So JVM shouldn't use AWT ... but still I get error when I try to use autoSizeColumn method of Sheet class. So the question is ? it that method not available in AS400 ? I use version 5 of java in As400 (java version "1.5.0"). I try both with 3.6 and 3.8 version of POI. I search a lot in Web but I didn't find a clear answer to that question if not set the java properties properly. Thanks Best Regards -- View this message in context: http://apache-poi.1045710.n5.nabble.com/autoSizeColumn-bug-tp3406833p5667594.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
