- eclipse-jcde 0.1: Free plugin for Eclipse wrapping the Sun Java Card Development Kit. Use with Eclipse 3.5 (JDK1.5 or later) and JCDK 2.2.2 Classic , Java Card 2.2.2, GlobalPlatform 2.2 (including JC Export file 1.3). The GlobalPlatform API may also be useful for manually or programatically communicating with a smart card. If your target is Java Card 3.0, use Netbeans and JCDK3.0.1 instead.
Note: a useful off-card interface for Java is Global Platform for Java SmartCardIO.
- Netbeans IDE 6.7: Free; use with Sun JCDK 3.0.1 Connected Edition.
- JCOP Tools 3.1.2: Free devkit from NXP (proprietary, requires an NDA). Use with Eclipse 3.3 (JDK1.4.2 or 1.5 only). Target OS is JCOP 2.2 (?). Includes libraries from GlobalPlatform 2.1.1, Java Card 2.2.1. Not all ECC functions (Java Card) are represented in the simulator.
- JCOP Tools 3.2.8: Latest version; free from NXP (proprietary, requires an NDA). Use with Eclipse 3.5 (JDK1.6). Target OS is JCOP 2.4.1 (supporting Java Card 2.2.2 and GlobalPlatform 2.1.1), and possibly JCOP 2.4.2 (Java Card 3.0, GlobalPlatform 2.2). Simulator includes most of the Java Card functionality.
- Giesecke&Devrient Sm@rtCafe Professional Toolkit 2.0: free demo. Supports Java Card 2.2.1 and GlobalPlatform 2.1.1; target OS is G&D Sm@rtCafe 3.x.
Thursday, 10 December 2009
Update on Java Card GDIs
For what it's worth, here are the most popular options currently available to Java Card developers:
Labels:
Eclipse,
eclipse-jcde,
Giesecke and Devrient,
GlobalPlatform,
Java Card,
JCDK,
JCOP,
JCOP Tools,
JDK,
Netbeans,
NXP,
smart card,
SmartCafe
Subscribe to:
Post Comments (Atom)
7 comments:
Hi, are you sure that JCOP Tools v3.2.8 works with Java 1.6? I've tried it with Eclipse 3.5 and I receive and error about JCOP not supporting that version yet. Could you please confirm it? Maybe I'm doing something wrong...
I haven't tried it myself yet, but I've been given to understand that it should work. I will post an update here if I ever get round to testing it :)
do u know how can i get the G&D professional toolkit 2.0?
the link you provide always responds with an error
In the first option you mentioned perhaps could be valuable to include this two projects which deal with Global Platform cards.
http://sourceforge.net/projects/gpj/
http://sourceforge.net/projects/globalplatform/
Thanks, Byakko, post updated.
How can I write my data/app on smart card?
Can any one give me some code example?
Thanx
Bantoo, a good place to start reading is the ISO/IEC 7816 standard. For smart card (Java Card) community support you are kindly advised to visit the Oracle Java Card forums at http://forums.oracle.com/forums/forum.jspa?forumID=991
Post a Comment