https://issues.apache.org/bugzilla/show_bug.cgi?id=47553
Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Yegor Kozlov <[email protected]> 2009-07-25 04:09:38 PST --- I confirmed that your test works with current trunk, so there is nothing to fix. POI 3.5+ requires JDK 1.5. If you need to run it on 1.4, try to use RetroWeaver: http://retroweaver.sourceforge.net/ This tool transforms Java class files compiled by a 1.5 compiler into version 1.4 class files which can then be run on any 1.4 virtual machine. Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
