bsclyon19
bsclyon19

Reputation: 37

Is it possible to develop a JavaCard applet on mac?

I tried to download and install Java Card Classic Development Kit, but I didn't found any version for mac on Oracle's website.

Is it possible to develop java card applets on mac os? if it is possible, how I can set the environment ? I'd like to use eclipse

Upvotes: 2

Views: 2207

Answers (1)

Martin Paljak
Martin Paljak

Reputation: 4142

Have a look at https://github.com/martinpaljak/ant-javacard (for building) and https://github.com/martinpaljak/oracle_javacard_sdks (pre-extracted devkits) that work flawlessly on Linux or macOS.

Upvotes: 3

Related Questions