Hi,
I am using latest eclipse JCOP tools for java card applet development. I need to store big integer values in a card so I have used the INTEGER data type (int) for balance in my applet. it is compiling without any error but getting error 6A80 on uploading the CAP file into JCOP J3A081/J2A... cards. I have tried all combinations of GP 2.1.1, GP 2.2.1, JDK 2.2.2, JDK 3.0.4 library but getting the same error.
I would like to know that int data type variables and JCint library are supported by J3A081 and J2A... cards? if yes please do needful to resolve the issue.
Please have a look on applet source code in attached screenshot.
Note: if I remove int data type variable and JCint references then no error comes