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.

JavaCard Compilation Issue

user6808011Nov 13 2024

I am facing below issue while running Java Card Simulator Sample Program “Hello World”

java.security.NoSuchProviderException
at com.oracle.javacard.ams.AMServiceFactory.getInstance(AMServiceFactory.java:43)
at com.oracle.javacard.sample.AMSHelloWorldClient.main(AMSHelloWorldClient.java:57)

As amsService is jar file inside client folder, I am not sure why getInstance method is returning error

Comments
Post Details
Added on Nov 13 2024
1 comment
51 views