|
Hmmm. I didn't realize you were on v4r4 but I went back and read your original email and I see that now. I do believe that the toolbox classes were in the system classpath with v4r4 according to that link. To make sure, in your java code just include the following: Enumeration e = System.getProperties().propertyNames(); while (e.hasMoreElements()) { String prop = (String) e.nextElement(); System.err.println(prop + '=' + System.getProperty(prop)); } HTH, Gary > -----Original Message----- > From: java400-l-bounces@xxxxxxxxxxxx > [mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of James H H Lampert > Sent: Friday, December 10, 2004 9:41 AM > To: java400-l@xxxxxxxxxxxx > Subject: RE: Problem with my first 'baby steps' into the Toolbox > > > Can you point to where the docs say that the toolbox is in > the system > > classpath. This has changed over various releases? > > It's at > http://www-1.ibm.com/servers/eserver/iseries/toolbox/faq.htm#faqU > > But it's looking more and more like I'd read it wrong the first time. > > -- > JHHL
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.