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!

Java Card send command

f58e0c94-ab3f-4f39-abdb-d90e7582c893Apr 1 2019 — edited Apr 11 2019

Hi,

I need help about java card command.

I have develop an Wallet application and I don't know how I can deploy on J VM.

error_cap.png

I cannot dowload cap file, cannot install and failed to select it also.

Comments

patrick.vh-Oracle

The first command (Install for load) failed with status 6985 (conditions of use not satisfied)
Did you check if your application is only importing packages that are available on the target platform you're trying to load into?

dimatteo

You need to authenticate first - establishing secure session sending Initialize Update and External Authenticate commands. After succesfull authenitcation you will be able to send any command supported by Security Domain.

1 - 2

Post Details

Added on Apr 1 2019
2 comments
610 views