Skip to Main Content

Java Card

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Load applet to javacard

843851Feb 20 2003 — edited Aug 31 2003
I manage to load my applet into javacard using the vendor's kit. But I have to find a way of loading the cap file into the card by sending apdu commands.

As I noticed, the apdu commands generated by the vendor's kit during applet loading is in GP format. This is diffrent from the apdu commands I got from the cap files. My question is, what do I need to do in order to get a set of apdus which is in GP format from the cap files I have created?

Btw, I have no problem running apdutool and cref since it just a simulator. But the output file I got is empty?

Is it able to load the cap file into real javacard through the same method? This is because I got the following error message :
Unable to find Comm driver for 'Windows_2000'
javax.comm.NoSuchPortException
My syntax is %jc21_home%\bin\apdutool -s 2 src\demo\track.scr >track.out
I have read the readme file. Do I need to get a Win NT 4.0 to test?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 28 2003
Added on Feb 20 2003
23 comments
447 views