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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

jcsw.exe unable to start properly

Joel JohnsonJun 2 2024 — edited Jun 27 2024

I ran the command to configure the card simulator, and success was reported.

java -jar %JC_HOME_SIMULATOR%\tools\Configurator.jar -binary %JC_HOME_SIMULATOR%\runtime\bin\jcsw.exe -SCP-keyset 1111111111111111111111111111111111111111111111111111111111111111 2222222222222222222222222222222222222222222222222222222222222222 3333333333333333333333333333333333333333333333333333333333333333 -global-pin 010203040506 03
**SCP keys injected. Length(bytes): 32**
**Global PIN injected**
**Configuration successful!**

I then tried to run jcsw.exe, but I get an error. The error shows up in a Windows Message box. It is presented if I invoke jcsw.exe with parameters or without parameters.

“jcsw.exe - The application was unable to start correctly (0xc000007b).”

Does anyone know what causes this and how to fix it?

This post has been answered by patrick.vh-Oracle on Jun 3 2024
Jump to Answer
Comments
Post Details
Added on Jun 2 2024
2 comments
255 views