OCF terminal application with an applet installed in JCOP tools simulator

I'm newbie of JCOP technology though rather experienced java-developer. Can I run and test a OCF terminal (off-card) application with an applet installed on the JCOP tools simulator within Eclipse and if so, show me the exact way in brief, please! Thanks in advance!
[274 byte] By [n2304770a] at [2007-11-26 18:25:32]
# 1

First, just for making sure we are talking about the same thing:

You are trying to connect your self written off-card-application to the JCOP simulator. The off-card app uses OCF for communication with the card.

If this is what you want - the answer can already be found in this forum:

In the thread "OCF and Java Card Applet"

http://forum.java.sun.com/thread.jspa?forumID=23&threadID=570553

you can find some code for a class "JCOPTerminal" that derives from opencard.core.terminal.CardTerminal.

What you need to do:

1. Compile this class and place it, together with the JCOP libraries in the classpath of your app.

2. Configure your opencard configuration file (was it named "opencard.properties"?) to use the JCOPTerminal

3. Start the JCOP emulator. If you do this via Eclipse you have to execute the /close command - otherwise the emulator will not accept the TCP-connection from the JCOPTerminal.

Jan

JPJavaa at 2007-7-9 5:59:35 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 2
Thank you, your help was great! I've catched the main idea.
n2304770a at 2007-7-9 5:59:35 > top of Java-index,Java Mobility Forums,Consumer and Commerce...