Skip to Main Content

Java Card

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

delete my applet in java card. Its coming 69 85 error

843851Feb 18 2010 — edited Feb 20 2010
hi,
Any body give me solution for delete applet from java card.
I am using Eclipse SDK JCOP tool. I create Shareable object in java card.
First time i load it. Second time start to load my applet but it showing

cm> ext-auth plain
=> 84 82 00 00 10 24 99 56 8D FE 6F CF B4 F8 E7 AB .....$.V..o.....
69 E0 8B DD C6 i....
(42750 usec)
<= 90 00 ..
Status: No Error
cm> delete -r 0505050505
=> 80 E4 00 80 07 4F 05 05 05 05 05 05 00 .....O.......
(9683 usec)
<= 69 85 i.
Status: Conditions of use not satisfied
jcshell: Error code: 6985 (Conditions of use not satisfied)
jcshell: Wrong response APDU: 6985
Ignoring expected error
cm> upload -b 250 "D:\Handheld\ObjectShare\bin\hcl\demo\server\javacard\server.cap"
=> 80 E6 02 00 12 05 05 05 05 05 05 08 A0 00 00 00 ................
03 00 00 00 00 00 00 00 ........
(10845 usec)
<= 69 85 i.
Status: Conditions of use not satisfied
jcshell: Error code: 6985 (Conditions of use not satisfied)
jcshell: Wrong response APDU: 6985
Unexpected error; aborting execution

how to solve this problem.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 20 2010
Added on Feb 18 2010
2 comments
399 views