hello all,
i am trying to access my java card applet through one
of the card services that i wrote.
the problem is that when send a SELECT command to the
card executive i get 6E00 instead of 9000.
my APDU is
CLA : 00
INS : A4
P1 : 04
P2 : 00
Lc : 05
Data : BB 11 22 33 01
Data is as all of you know is the AID.
i've checked my applet's code i did something like
this in the applet's process method.
if(selectingApplet()){
return;
}
this block is actually executed when i send the select
command b'cuz i have checked it by setting a variable
to some value and later checking that variable using
the card SDK.
i dont seem to get the problem .. does any one has any
idea??
__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com
---
> 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.