What do I need to write Java Card programs?
Created Aug 7, 2001
Julien SIMON
You dont need any hardware, like a card reader and actual cards. Of course, if you want to work on the real thing, you may purchase these from a number of vendors.
First of all, you dont need to be a smart card expert: thats the whole point of Java Card. With some experience of the Java language, you should be able to write Java Card applications pretty quickly. Heres what youll need:
- A Java Card toolkit (see Java Card:Tools).
- The Java Card specifications (see Java Card:Documentation).
- JDK 1.2.2 or higher.
- A text editor :-)
As usual, a Java decompiler (like Jad) may also come in handy.