On Tue, 28 Nov 2000 [EMAIL PROTECTED] wrote:

> 
> Hi,
> 
> I am currently using the Gemplus GemXresso Rad 211is card to read and write 
> strings.  I created 2 new instructions to read and write string.
> 
> After reading from the card a few times, the response become '6F00' instead 
> of the data I want and '9000'.
> 
> After which I had to 'clean' the card and start all over again.
> 

I can't be sure without peeking at the applet source, but your problem
sounds like you are instantiating (i.e. allocating and constructing with
operator new) java objects inside the process() method, which are never
deleted due to the absence of a garbage collector in the JavaCard VM.

Hope this helps ...



---
> 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.

Reply via email to