|
Scott, I thank you again. You've been a great help. I hope to take it from here. (But don't go anywhere, ok?) Arthur J. Marino Southern Container Corporation (631) 231-0400 x133 Scott Klement <rpg400-l@xxxxxxxxxxxxxxxx> Sent by: rpg400-l-bounces@xxxxxxxxxxxx 05/02/2006 04:06 PM Please respond to RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx> To RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx> cc Subject Re: Fw: Excel Integration > I downloaded the 3 .jar files and copied then to /QIBM/UserData/Java400. > Then I copied your service program, /copy member and demo program to my > library on the iSeries and everything compiled. The first time! [SNIP] > Java exception "java.lang.NoClassDefFoundError: > org/apache/poi/hssf/usermodel/HSSFWorkbook" when calling method "<init>" [SNIP] This means that it can't find the JAR file. The directory you supplied (above) is wrong. It should be /QIBM/UserData/Java400/ext (note the "ext" at the end) >From the command-line, you should be able to type the following command and see the JAR file: wrklnk '/QIBM/UserData/Java400/ext/poi*' Alternately, you can put the .JAR files anywhere in your IFS and set your CLASSPATH to point to them.
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.