Since it sounds like you're working as part of a team, I would highly recommend that you use Maven for your project files. I cannot stress its importance in a team environment more (or some other dependency management tool).
Mike On Tue, Mar 5, 2013 at 12:04 PM, Paul C. <[email protected]> wrote: > Thanks for the prompt reply, Mike. > We are restricted to use Eclipse (Ganymede) as IDE. On my class path, I > have > the following: > poi-3.9-20121203.jar > poi-ooxml-3.9-20121203.jar > poi-ooxml-schemas-3.9-20121203.jar > xbean.jar (version 2.6) > > The major difference of mine setting and yours is that you are using > poi-ooxml-schemas.jar version 1.1. So I went on line and downloaded. Sure > enough, with the older version of schemas jar, it compiled. Isn't that > interesting?! > > Paul > > > > -- > View this message in context: > http://apache-poi.1045710.n5.nabble.com/Create-Header-XWPF-tp5711976p5712244.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] > >
