Page 2 of 2

Re: how to make JCIDE support NXP card.

Posted: Mon Jan 20, 2020 12:01 pm
by priyankap
Thank you for your reply.

I tried your test applet. Unfortunately, that also did not work for me. :(
You can see the pyAPDU tool error and the JCIDE window of what i tried below:
What are the specifications of Java Card that you are using to install this 'test applet'?

Thanks,
Priyanka

Re: how to make JCIDE support NXP card.

Posted: Mon Jan 20, 2020 12:04 pm
by kuafu
Using jcop tool to gen cap file , and try to load it. It the way.

Re: how to make JCIDE support NXP card.

Posted: Mon Jan 20, 2020 12:15 pm
by priyankap
I am quite new to Java Applet development. JAVACOS JCIDE and pyADU are the only tools I have used until now.

I don't have JCOP tool. Can I download it from somewhere or I should buy from NXP?

Re: how to make JCIDE support NXP card.

Posted: Tue Jan 21, 2020 10:54 am
by kuafu
priyankap wrote:
Mon Jan 20, 2020 12:15 pm
I am quite new to Java Applet development. JAVACOS JCIDE and pyADU are the only tools I have used until now.

I don't have JCOP tool. Can I download it from somewhere or I should buy from NXP?
This is test applet genreate by jcop tool ,can you try it.

Re: how to make JCIDE support NXP card.

Posted: Tue Jan 21, 2020 11:13 am
by priyankap
I tried to install the CAP file that you sent me using pyAPDU tool.

That is also not getting installed.
P.S. I am using the latest version of JAVACOS JCKit 5.x

Re: how to make JCIDE support NXP card.

Posted: Tue Jan 21, 2020 11:24 am
by kuafu
I think you need to change another download tool to find out the problem. You can try this tool http://www.microissuer.com/index_en.html

Re: how to make JCIDE support NXP card.

Posted: Tue Jan 21, 2020 12:33 pm
by priyankap
Hello,

I could install the CAP file that you sent with snooper download tool.
But, how can I verify if it is successfully installed or not?

Because when I am trying to select applet in pyAPDU tool after installing the applet, it still gives below error

Code: Select all

Select Applet error: global name 'util' is not defined
Thanks

Re: how to make JCIDE support NXP card.

Posted: Tue Jan 21, 2020 12:50 pm
by priyankap
kuafu wrote:
Tue Jan 21, 2020 11:24 am
I think you need to change another download tool to find out the problem. You can try this tool http://www.microissuer.com/index_en.html
Thanks a lot for your tremendous help. I can install and select the applet on snooper(the tool that you suggested).

But I still don't know how to generate a CAP file for my .java file without JCOP tool.

Because the CAP file generated by JCIDE is not getting installed on my Java Card. :cry:

Re: how to make JCIDE support NXP card.

Posted: Wed Jan 22, 2020 12:34 am
by kuafu
priyankap wrote:
Tue Jan 21, 2020 12:33 pm
Hello,

I could install the CAP file that you sent with snooper download tool.
install_successful.PNG

But, how can I verify if it is successfully installed or not?

Because when I am trying to select applet in pyAPDU tool after installing the applet, it still gives below error

Code: Select all

Select Applet error: global name 'util' is not defined
Thanks
you can select applet with snooper tool . It's much power than pyApdutool .I like it.

Re: how to make JCIDE support NXP card.

Posted: Wed Jan 22, 2020 4:18 am
by priyankap
kuafu wrote:
Wed Jan 22, 2020 12:34 am

you can select applet with snooper tool . It's much power than pyApdutool .I like it.
Thank you so much for your help. I can now upload, install and select the CAP file you sent me.

I have one question. Is there any other free CAP converter tool like snooper which can convert my java file into CAP file in the format of your test.cap zip file that you sent me?