×
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.
The conclusion - programmer error. (sheepish)
My mechanism for setting the java environment is/was the below.
A few days ago I added the poi36 library to the end of my lib list
using my personal init command that I use whenever I sign on. Duh!
John
//-
// Insure the hssf/poi library is in lib list
//-
if lib_verifyLible('POI36') = 0;
lib_addLible('POI36':'*LAST');
if lib_verifyLible('POI36') = 0;
gErrMsg = 'POI36 library not found, contact IT.';
gErrSw = YES;
leavesr;
else;
//-
// Call SETENV in the poi36 lib to set java runtime environment
// and adjust the classpath to include some things needed
// (We are assuming that if POI36 WAS in the liblist then the
// jvm environment classpath are already initialized)
//-
utlty_runCmd('CALL PGM(SETENV)');
endif;
endif;
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.