JR Ruggentaler wrote: >Is it possible to use POI with Java version 1.1.8? How about JVM 1.1.8 plus >the collection classes? > >J.R. > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > A long time ago someone was doing this and managed to make some changes. No support is planned for Java 1 and you'd have to change the imports to refer to the old package (com.sun.collections.* I think). Furthermore adaptations may be necessary on the string utility classes. IIRC, The last report of someone doing this was with POI 1.0.1 and they reported success.
While I think a number of the committers including myself would veto patches to revert our support to Java 1, we would accept scripts to automate this process into the src/contrib tree. -Andy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
