Page 1 of 1

write an application program which can access java card

Posted: Fri Mar 11, 2016 5:51 am
by Tinatco
I want to write an application program which can access java card(e.g. read data from card) from my computer. But I am not sure if I must use JAVA language to implement this. Please forgive me if my question is stupid.

Re: write an application program which can access java card

Posted: Sat Mar 19, 2016 3:04 am
by Heather
You can write the applet in Java, Python and so on. The program language just depends on your own situation.

Re: write an application program which can access java card

Posted: Thu Dec 01, 2016 6:02 am
by tieuhaoluong
Tinatco wrote:I want to write an application program which can access java card(e.g. read data from card) from my computer. But I am not sure if I must use JAVA language to implement this. Please forgive me if my question is stupid.

Hi, I wrote a simple C# app. You can modify for use!
https://drive.google.com/open?id=0BxrdU ... jN3cklvSVU

Re: write an application program which can access java card

Posted: Fri Dec 02, 2016 11:18 am
by tay00000
Essentially, JavaCards and other ISO7816 and ISO14443 compliant smart cards will only see APDUs. Any language that can talk to a PC/SC library will give you access to the APDU and that is the thing you need.

Re: write an application program which can access java card

Posted: Sat Dec 03, 2016 4:18 am
by rena2019
Tinatco wrote:I want to write an application program which can access java card(e.g. read data from card) from my computer. But I am not sure if I must use JAVA language to implement this. Please forgive me if my question is stupid.
It depends a) on your known coding experience and b) the use case.
a) do you have coding experience?
If yes: use the already known language but if not: use java and you can use the same language for on- and off-card code.

b) use case
If it is a programm that should be used in the backend: choose the language you want. If it goes to the customer: use the OS-depending GUI-clicky-bunti coding software