Hi,
I experienced some problems with deleting applets and packages (see
2219304 and was advised to set all static references that my applet holds to
null in AppletEvent.uninstall().
The problem is that the cards are JavaCard2.1 and there is no javacard.framework.AppletEvent.
Is there another way to set my static references to
null before unistallation?
Thanks