Reputation: 3
I want to develop an applet for Java Card 2.2.1 using Eclipse and SDK Java Card kit.
I am unable to set up Java Card 2.2.1 in Eclipse; It's okay when I use Java Card 2.2.2.
How can I set up Java card 2.2.1 in Eclipse?
Eclipse Version 4.4.2
JRE 1.8.0
Upvotes: 0
Views: 1991
Reputation: 13
you can try to use JCIDE to develop your Java Card Applet, it is a free IDE for both Java Card 2.2.1 and Java Card 2.2.2. http://www.javacos.com/sdkinfo.php
Upvotes: 0
Reputation: 491
Similar problems, are generally caused by version are not compatible. You can replace the JCDK version as the Applet version, can be solved.
Upvotes: 0
Reputation: 6126
I had the same problem, It's a little tricky to solve it. Keep Eclipse open, minimize it and then explore the JCDK direcory in your computer and replace JCDK2.2.2 contents with JCDK2.2.1 contents. Now maximize Eclipse again convert your applets.
Upvotes: 1