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.

Java Card "User input thread exited" error in Eclipse Console

Joel JohnsonJun 5 2024 — edited Jun 27 2024

I've got a Java Card development environment up and running. I can build and run code from the command terminal. I'm trying to get to the point where I can do this in Eclipse too, but I'm running into an issue. When I right-click on a Simulator configuration and select “Run” I get the error message “User input thread exited.” Can anyone tell me what might cause this, or where I might look to find logs that give further information?

I don't see where I might pull further information on what might have occurred that results in this error. The configuration doesn't have anything unusual in it.

The configuration referenced contains the same SCP key values that were in the setup documentation. I configured JCSW with these same values. I doubled checked to make sure that these values were not swapped or on the wrong field. When using the Configurator.jar to assign keys to jcsw.exe, the keys are also passed in the order enc, mac, dek.

A000000151000000_scp03enc_10=1111111111111111111111111111111111111111111111111111111111111111
A000000151000000_scp03mac_10=2222222222222222222222222222222222222222222222222222222222222222
A000000151000000_scp03dek_10=3333333333333333333333333333333333333333333333333333333333333333

The platform definitions are set to the root of the folder with the simulator related files.

The JavaTools folder is set to the root of the folder that contains the JavaCard SDK

Does anything stand out as wrong?

This post has been answered by Ken Peterka-Oracle on Jun 5 2024
Jump to Answer
Comments
Post Details
Added on Jun 5 2024
2 comments
364 views