Hi Latha... To load your applet is a three step procedure.
1) Compile you java applet to produce the *.class files. During compilation it is required that you include the javacard api stub file. This way references to the the on-card fucntions will be found. The stub file must match the on card javacard version 2) Convert your files to a *.cap file, which strips out everything not needed, and adds in some items like the install file and applet AID numbers. Tools are available from both card vendor, and Sun. 3) Download the file to the card using the card vendor specific loader (using vendor supplied keys), and then with the same tool install the applet, passing yet another AID to use as the optional instance identifier (ie allow multiple instance of type wallet). Enjoy... Eric Pearson ----- Original Message ----- From: "latha" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, February 22, 2002 7:21 AM Subject: [OCF] How to load applet > Hi, > > I have a logical doubt. Assume I don't have any kit. I have schlum. reflex > card reader and card ( 16k). I can work with winnt and OCF. But how to install > my > applet program in the smart card after creating the class file of it. i.e > generation of binary file and loading that file into smartcard. > > I know it is a basic doubt from a beginner. Experienced People! Kindly spend a > minute. > > > Regards, > Latha > > > --- > > Visit the OpenCard web site at http://www.opencard.org/ for more > > information on OpenCard---binaries, source code, documents. > > This list is being archived at http://www.opencard.org/archive/opencard/ > > ! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email > ! to > ! [EMAIL PROTECTED] > ! containing the word > ! unsubscribe > ! in the body. > --- > Visit the OpenCard web site at http://www.opencard.org/ for more > information on OpenCard---binaries, source code, documents. > This list is being archived at http://www.opencard.org/archive/opencard/ ! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email ! to ! [EMAIL PROTECTED] ! containing the word ! unsubscribe ! in the body.
