JavacardOS will not accept order any more, please contact our partner Feitian online Store:
https://ftsafe.en.alibaba.com/index.html
https://ftsafe.en.alibaba.com/index.html
Remove applet failed? Delete applet failed in java card?
-
- Posts: 4
- Joined: Tue Jul 10, 2018 10:08 pm
- Points :36
- Contact:
Remove applet failed? Delete applet failed in java card?
Can anyone encountered this situation?
Delete applet failed with more than 10 times. the function of remove applet is terminated.
This means I can't delete applet in this java card forever?
Why the applet can't be delete?
Delete applet failed with more than 10 times. the function of remove applet is terminated.
This means I can't delete applet in this java card forever?
Why the applet can't be delete?
You do not have the required permissions to view the files attached to this post. Please login first.
-
- Posts: 35
- Joined: Wed Jun 20, 2018 4:06 am
- Points :218
- Contact:
Re: Remove applet failed? Delete applet failed in java card?
I guess the reason is as followed:
There are static field defined in the package and the static field is created in this applet.
You can delete both the package and the applet. or you can remove the creation of the static field in this applet.
There are static field defined in the package and the static field is created in this applet.
You can delete both the package and the applet. or you can remove the creation of the static field in this applet.
-
- Posts: 4
- Joined: Tue Jul 10, 2018 10:08 pm
- Points :36
- Contact:
Re: Remove applet failed? Delete applet failed in java card?
happy123654 wrote:I guess the reason is as followed:
There are static field defined in the package and the static field is created in this applet.
You can delete both the package and the applet. or you can remove the creation of the static field in this applet.
Hi,
thank you very much.
If I want to delete the other Applet on this card, do I need to reinitialize this card? Otherwise I can only delete the package?
-
- Posts: 35
- Joined: Wed Jun 20, 2018 4:06 am
- Points :218
- Contact:
Re: Remove applet failed? Delete applet failed in java card?
If you want to delete the applet which creates the static field for the package, there are two steps:
1) delete the package and applet.
If there are other applet which belongs to the same package, the applet will deleted too.
If the other applet belongs to other package, the other applet change nothing and you don't reinitialized the card If you want to delete the other Applet.
2) modify the applet code:
You can remove the static field instance with the API: uninstall().
You can load and install the package and the applet and the applet can be deleted only.
1) delete the package and applet.
If there are other applet which belongs to the same package, the applet will deleted too.
If the other applet belongs to other package, the other applet change nothing and you don't reinitialized the card If you want to delete the other Applet.
2) modify the applet code:
You can remove the static field instance with the API: uninstall().
You can load and install the package and the applet and the applet can be deleted only.
Who is online
Users browsing this forum: No registered users and 43 guests