ERROR DEBUGGING APPLICATION
Hi,
I tried debugging my application using JCOP Tool Plug-in for Eclipse. But I get this errors in the debug window.
- /term "Remote|localhost:2062"
> /card -a a000000003000000 -c com.ibm.jc.CardManager
ATR: 3BE900008131FE454A434F503431563232A7
ATR: T=1, N=0, IFSC=254, BWI=4/CWI=5, Hist="JCOP41V22"
cm> set-key 255/1/DES-ECB/404142434445464748494a4b4c4d4e4f 255/2/DES-ECB/404142434445464748494a4b4c4d4e4f 255/3/DES-ECB/404142434445464748494a4b4c4d4e4f
cm> init-update 255
cm> ext-auth plain
cm> delete b00000000600010c0502
jcshell: Error code: 6a88 (Reference data not found)
jcshell: Wrong response APDU: 6A88
Ignoring expected error
cm> delete f234123456101000
jcshell: Error code: 6a88 (Reference data not found)
jcshell: Wrong response APDU: 6A88
Ignoring expected error
cm> upload "C:\Documents and Settings\socx\My Documents\Eclipse\workspace\EmployeeBadge\bin\employeeBadge\javacard\employeeBadge.cap"
cm> install -i b00000000600010c0502 -q C9#() f234123456101000 b00000000600010c0502
jcshell: Error code: 6a80 (Wrong data)
jcshell: Wrong response APDU: 6A80
Unexpected error; aborting execution
What is responsible for this?
Also is there any tutorial i can get on using the JCOP Tool Eclipse plug-in to develop JavaCard application.
Regards,
Regards,

