|
> -----Original Message----- > From: Robert Upshall > > I get the exception: > java.lang.NoClassDefFoundError: com.ibm.as400.access.AS400 > on the AS400 system = new AS400("PSAUNIT"); line of code in the following > code. > > Can somebody tell me why? The NoClassDefFoundError always means that the JVM is unable to find a particular class. Especially in the case of packages like the IBM Toolbox, this is because it cannot find the JAR file the packages are located in. You need to have the IBM toolbox somewhere in your classpath. Usually, the name of the toolbox is something like jt400.jar or jt400Access.jar. Joe Pluta www.plutabrothers.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.