|
Please check for /QIBM/ProdData/CAP/jsse14.jar Also, please advise as to whether SI05387 is applied for 5722SS100. Thanks, Gary > -----Original Message----- > From: Gary L Peskin [mailto:garyp@xxxxxxxxxxxx] > Sent: Tuesday, September 14, 2004 11:56 AM > To: 'Java Programming on and around the iSeries / AS400' > Subject: RE: Can't move JSSE app from one iSeries to another > > This class should be in jsse.jar which is in the same place > as rt.jar. It is suppled with JDK 1.4. Do you have > jsse.jar? If so, can you please compile and run the > following program from your home directory, which must be > included in the CLASSPATH: > > public class BuckC > { > public static void main(String[] argv) > throws Exception > { > System.out.println("java.ext.dirs=" + > System.getProperty("java.ext.dirs")); > System.out.println("java.home=" + > System.getProperty("java.home")); > System.out.println("sun.boot.class.path=" + > System.getProperty("sun.boot.class.path")); > System.out.println("java.vm.version=" + > System.getProperty("java.vm.version")); > System.out.println("java.version=" + > System.getProperty("java.version")); } } > > > Please let us whether you have jsse.jar and what the > execution of this program produces. > > Thanks, > Gary
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.