×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
I am trying to get the sample program POI36/XLCRTDEMO to work.
I am getting this message:
RNQ0301
Message . . . . : Java exception received when calling Java method (C G D
F).
Cause . . . . . : RPG procedure XLCRTDEMO in program POI36/XLCRTDEMO
received Java exception "java.lang.NoClassDefFoundError:
org.apache.poi.xssf.usermodel.XSSFWorkbook" when calling method "<init>"
with signature "()V" in class
"org.apache.poi.xssf.usermodel.XSSFWorkbook".
I saw in the archives someone with this same issue. The solution was to
make sure the class path was set correctly. It talks about
'/java/poi-3.11/poi-3.11-20141221.jar'.
on the Apache POI the version that is available is 'poi-4.1.2/poi-4.1.2.jar'
I have this in '/java/poi-4.1.2/poi-4.1.2.jar'
I have signed off and on.
Entered the command ADDENVVAR ENVVAR(classpath)
VALUE('/java/poi-4.1.2/poi-4.1.2.jar')
then called the XlCrtDemo program.
Is my issue it must be poi-3.11? If so, where do I get it?
I have not installed DOM4J or XMlBeans. Could that be the issue? I was
unclear if they were needed.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.