sess
sess

Reputation: 11

how to read smart card on java spring boot application?

I am trying to read smart card. Sun package was used for reading smart card but it is not available in spring boot application. So I want new libraries for my purpose. Can you help me? Thanks.

I tried sun package on spring boot application. But it gives this error message:

org/springframework/boot/SpringApplication has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0

Upvotes: 0

Views: 293

Answers (0)

Related Questions