|
Thanks Alex. I got it to work. Sudha Ramanujan SunGard Futures Systems sramanujan@sungardfutures.com (312) 577 6179 (312) 577 6101 - Fax -----Original Message----- From: Alex Pinsky [mailto:apinsky@aeropostale.com] Sent: Friday, January 31, 2003 6:50 AM To: Java Programming on and around the iSeries / AS400 Subject: RE: Caching jars Hi Sudha, You need to convert your HTML file using Java Plug-in HTML converter. You can download it from http://java.sun.com/products/plugin/. After you install the product - run it. The UI console will show-up where you would need to specify location of your HTML file and where to place backup version of your HTML as well as conversion log file. Result of conversion is HTML with Object/Embed tags inserted. This will take care of cashing you jar on client side as well as make sure that client browser has required plug-in installed. If not - client will be prompted to install plug-in from sun's web site. Alex -----Original Message----- From: SRamanujan@sungardfutures.com [mailto:SRamanujan@sungardfutures.com] Sent: Thursday, January 30, 2003 3:59 PM To: java400-l@midrange.com Subject: Caching jars Sorry did not change the subject!.. Sudha Ramanujan SunGard Futures Systems sramanujan@sungardfutures.com (312) 577 6179 (312) 577 6101 - Fax -----Original Message----- From: Ramanujan, Sudha Sent: Thursday, January 30, 2003 2:42 PM To: java400-l@midrange.com Subject: RE: Call RPG using PCML. Test program Hi all, Have you used caching with the Java plug-in? I have trouble downloading my jar files in temporary/permanent caching. I have signed my jars and added to my archive tag of my applet tag. But still this does not work. I did find this java site http://java.sun.com/products/plugin/1.3/docs/appletcaching.html that talks about Object/Embed tag in html. But I am not sure how to actually change my html. i.e. I have an applet tag that looks like : <HTML> <HEAD> <TITLE> My project </TITLE> </HEAD> <BODY TOPMARGIN=0 LEFTMARGIN=0 MARGINHEIGHT=0 MARGINWIDTH=0 BGCOLOR="#FFFFF4"> <APPLET CODEBASE="classes" ARCHIVE="java/a.jar,cst/b.jar" CODE="java/Applet.class" WIDTH=800 HEIGHT=600 MAYSCRIPT> <PARAM name = "Cabbase" value = ""> <PARAM name = "DebugLevel" value = "0"> <PARAM name = "DebugTimeStamp" value = "false"> and so on... </Applet> How do I write my <Object> tag within this applet tag, in the beginning or after? What should I write in the ... of the <Object ...> the code base like in applet tag? TIA, Sudha Sudha Ramanujan SunGard Futures Systems sramanujan@sungardfutures.com (312) 577 6179 (312) 577 6101 - Fax -----Original Message----- From: Bruce Jin [mailto:JIN007M@hotmail.com] Sent: Thursday, January 30, 2003 4:22 PM To: Java Programming on and around the iSeries / AS400 Subject: Call RPG using PCML. Test program I am trying to run my first PCML Java program and it gave an error: Thanks for any help! Bruce java.lang.NoSuchMethodError: com.ibm.as400.access.ProgramCall.setThreadSafe(Z)V at com.ibm.as400.data.PcmlProgram.callProgram(PcmlProgram.java:591) at com.ibm.as400.data.PcmlDocument.callProgram(PcmlDocument.java:410) at com.ibm.as400.data.ProgramCallDocument.callProgram(ProgramCallDocument.j ava: 274) at testpcml.add2numbers.main(add2numbers.java:35) Exception in thread "main" Java code: pcml = new ProgramCallDocument(sys, "pcml01"); pcml.setValue("program.parameter1", new Integer("8")); pcml.setValue("program.parameter2", new BigDecimal("5.25")); PcmlMessageLog.setTraceEnabled(true); boolean errcode = pcml.callProgram("program"); //line 35 pcml file pcm01.pcml: <pcml version="1.0"> <program name="program" path="/QSYS.lib/QGPL.lib/TESTPCML.pgm"> <data name="parameter1" type="zoned" length="6" precision="0" usage="input"/> <data name="parameter2" type="packed" length="9" precision="2" usage="input"/> <data name="sum" type="packed" length="9" precision="2" usage="output"/> <data name="comment" type="char" length="20" usage="output"/> </program> </pcml> _______________________________________________ This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list To post a message email: JAVA400-L@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo.cgi/java400-l or email: JAVA400-L-request@midrange.com Before posting, please take a moment to review the archives at http://archive.midrange.com/java400-l. _______________________________________________ This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list To post a message email: JAVA400-L@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo.cgi/java400-l or email: JAVA400-L-request@midrange.com Before posting, please take a moment to review the archives at http://archive.midrange.com/java400-l. _______________________________________________ This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list To post a message email: JAVA400-L@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo.cgi/java400-l or email: JAVA400-L-request@midrange.com Before posting, please take a moment to review the archives at http://archive.midrange.com/java400-l. _______________________________________________ This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list To post a message email: JAVA400-L@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo.cgi/java400-l or email: JAVA400-L-request@midrange.com Before posting, please take a moment to review the archives at http://archive.midrange.com/java400-l.
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.