Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix jnasmartcardio and apdu4j for use with M1 applet chips #51

Closed
martinpaljak opened this issue Mar 11, 2021 · 2 comments
Closed

Fix jnasmartcardio and apdu4j for use with M1 applet chips #51

martinpaljak opened this issue Mar 11, 2021 · 2 comments

Comments

@martinpaljak
Copy link
Owner

From martinpaljak/GlobalPlatformPro#260

@kategray
Copy link

For completeness, here's the [expected] error with the latest release:

java.lang.IllegalStateException: jnasmartcardio not bundled
	at apdu4j.TerminalManager.getTerminalFactory(TerminalManager.java:123)
	at apdu4j.SCTool.getTerminalFactory(SCTool.java:425)
	at apdu4j.SCTool.listReaders(SCTool.java:105)
	at apdu4j.SCTool.call(SCTool.java:379)
	at apdu4j.SCTool.call(SCTool.java:50)
	at picocli.CommandLine.executeUserObject(CommandLine.java:1783)
	at picocli.CommandLine.access$900(CommandLine.java:145)
	at picocli.CommandLine$RunLast.handle(CommandLine.java:2141)
	at picocli.CommandLine$RunLast.handle(CommandLine.java:2108)
	at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:1975)
	at picocli.CommandLine.execute(CommandLine.java:1904)
	at apdu4j.SCTool.main(SCTool.java:366)

@martinpaljak
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants