ph4r05 / javacard-gradle-template

JavaCard project template for building CAP and running JCardSim with gradle + coverage
MIT License
51 stars 23 forks source link

feat: Run java card as a Java Application using JCardSim #14

Closed freitzzz closed 2 years ago

freitzzz commented 2 years ago

Hey @ph4r05

First of all, thank you for the amazing work on this template! However, I find it strange to not being able to run the java card application like a standard Java application, using JCardSim. Using the JCardSim template and declaring a run task using the application Gradle plugin, I setup a local environment to run java card applications. I also went far as defining a new Applet that sends a "Hello World!" message, to mimic a typical hello world for newbies like me!

Let me know if these changes suite your goals for this repository :)