How can I delete a packages that shared a variable for other packages?
Hello everyone,
I am working on Java Card (jcop 31)and I created two packages that uses shareable Interface Object between themself,I would like to know how is the delete of each of packages.I give an example for clearing my question.
I have two packages (Package1,Package2),Package1 have an applet that it share a variable for applet 2 in the package2 ,My question is about deleteing of package1, I think I can delete package1 just after the deleteing of Packge2 ,I mean ,at the first I have to delete Package2 and then package1,is it right?
if I am right I would like to know the reason of it (SIO is defined static or dynamic? )
Is there any way for deleting the Package1 without delete of package2.
I'd appreciated for any help.
yours sincerely,
Orchid.

