How to reduce the size of javacard applet
Posted: Tue May 09, 2017 8:24 am
Hello everyone,
I wrote an applet which has 19 KB size on disk. It has three classes. The first one is extended from Applet, the second one has static functions and third one is a class that i create an instance from it in my applet.
I have three questions:
1- Is there any way to find out how much size has taken by my applet instance in my javacard?
2- is there any tool to reduce the size of a javacard applet (.cap file)?
3- Can you explain rules that help me to reduce my applet size?
Regards,
Mohsen.
I wrote an applet which has 19 KB size on disk. It has three classes. The first one is extended from Applet, the second one has static functions and third one is a class that i create an instance from it in my applet.
I have three questions:
1- Is there any way to find out how much size has taken by my applet instance in my javacard?
2- is there any tool to reduce the size of a javacard applet (.cap file)?
3- Can you explain rules that help me to reduce my applet size?
Regards,
Mohsen.