Hacking around with JavaCard things!
- OpenJDK 1.8
- UNIX-like operating system (Linux, WSL, etc.)
- Ant build system
To build the project, invoke ant
in the root of the project.
Binaries will appear in ./bin
in both JavaCard 2 and 3 versions (*.cap2
and *.cap3
respectively)
This project is based upon commit 468ea76
of the AppletPlayground project by Martin Paljak, and includes the following depenencies:
- ant-javacard - for building CAP files (MIT)
- GlobalPlatformPro - for loading the applets to the card (LGPL3)
- JavaCard SDK 2.2.2 and 3.0.3 (Oracle Licence Agreement)