Reputation: 37
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
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