1. include your drive letter in the classpath. 2. Also, please use poi 1.5.1 instead of 1.5.0. 3. If you use 1.5.1 only the POI jar will be required. 4. This particular issue I'm quite certain is not an issue with POI in particular.
-Andy On Wed, 2002-07-24 at 03:08, Badrinath Medendravu wrote: > > Hi, > I am the team member of Ravishankar who posted the problemt > > The classpath variables that we set to make the POI work. > > Jakarta\build\jakarta-poi-1.5.0-FINAL-20020506.jar > Jakarta\lib\commons-logging-1.0.jar > Jakarta\lib\optional\log4j-core.jar > > We set these jar files in the classpath as mentioned in the POI > specifications. But it is working in some systems and not working in the > other. We're using Windows 98 and Windows 2000 professional. Actually POI is > working fine in four machines that are running Windows 98 and it is failing > in one Windows 98 machine and one Windows 2000 professional. > > Can anybody suggest on this? > > I am giving the error message that is generated while trying to run a class > file that uses POI. > > java.lang.NoClassDefFoundError: > org/apache/poi/poifs/filesystem/POIFSFileSystem > at XTP.File.ExcelSheetList.getExcelSheets(ExcelSheetList.java:38) > > > Thanks in Advance > Badarinath > > > > > > > > -----Original Message----- > From: Glen Stampoultzis [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 24, 2002 10:27 AM > To: POI Users List > Subject: Re: Environment problem > > What do you mean by the POI path? The classpath? > > ----- Original Message ----- > From: "Ravi S Kodamarti" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, July 24, 2002 2:07 PM > Subject: Environment problem > > > > Hi!, > > I'm working with POI for developing an application. The team > > consists of 5 members. In the initial stages, we were able to set the path > > and run POI properly. Later, in some machines, there was a problem in > > recognizing the POI path. Even if we tried setting the path again or > putting > > another copy of POI or re-installing the JDK and POI, but the problem is > not > > solved. Can anyone suggest a solution for this and also what might be the > > problem? > > > > > > Ravi > > > > -- > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- http://www.superlinksoftware.com - software solutions for business http://jakarta.apache.org/poi - Excel/Word/OLE 2 Compound Document in Java http://krysalis.sourceforge.net/centipede - the best build/project structure a guy/gal could have! - Make Ant simple on complex Projects! The avalanche has already started. It is too late for the pebbles to vote. -Ambassador Kosh -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
