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