Java Card Applet Development, Testing, Loading in Eclipse 3.2.0
Dear friends,
1.
we have installed Eclipse 3.2.0, activated JCOP Tools 3.1.2, installed Java Card 2.2.1 devepment tools..
2.
How we can start testing and loading the java applet into JCOP31 chip ?
3.
It's said that we should use Java Card Workstation Development Environment (JCWDE), but we can not find it in the eclipse .
4.
Where we can find Eclipse menu for the
-Converter tool
-APDU Tool Utility
-Java Card Workstation Development Environment (JCWDE)
5.
is there any resource/web/link that contains Eclipse tutorial on this Java Card Development ?
Tks,
hendy
[662 byte] By [
hhanusina] at [2007-11-27 11:24:28]

# 1
1. Good.
2. I suggest you start testing using the simulator, however if you want to test directly on the card at once, select your card reader using the /term command and use the commands as described in help to start sending APDUs to the card.
3. This is not a part of the JCOP tools for eclipse (which is developed by IBM and maintained by NXP), but part of the JavaCard development toolkit developed and maintained by Sun. See http://java.sun.com/products/javacard/dev_kit.html.
4. Read the above. None of this is part of JCOP tools for eclipse.
5. As far as I know, there is no independent newbie guide for JCOP tools, but I would check out the help function included in the tools themselves if I were you.
Good luck!