Question

I am new to Java card programming. Any help for the following issue will be appreciated.

Installing of JCOP tools along with eclipse is completed. I am able to run sample applications and send command using JCOP shell.

But I am unable to run my own created project's script file or find any simulator for testing purpose. Is there any way to communicate between sample applet and simulator?

Any resources to write commands in run.jcsh also would be highly appreciated.

Thanks in Advance.!

Was it helpful?

Solution 2

It is possible to see the TCP port being used from the jcop.exe process in the debugger, although it is easier to configure it to run on the default port 8050 (it uses a random port by default). It is then possible to open a connection using /term Remote in the shell. This is explained in the JCOP manuals from integrated in Eclipse help. It may be possible to use /term Remote localhost:[port] if you are not using the default port, but I may be wrong on the details of the command, as I always use the default port.

[initialy posted in the comments section]

OTHER TIPS

Take a look at jCardSim, it is our open source product. You can easily integrate it with any project. For details see http://jcardsim.org

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top