Java Card Development
Hey there,
I wonder if anyone had success developing Java Card Platform Speicifcation compliant Java Applications in IntelliJ. I would like to develop an application for Java Card in IntelliJ and test it with JUnit. I don't really care for deployment/simulation.
All I would like to do is write a compliant application in terms of Java language features (meaning I shouldn't be able to use language features that don't exist in Java Card, such as chars, double or floats).
Does anyone have experience with how to achieve this in IntelliJ?
Please sign in to leave a comment.