JavacardOS will not accept order any more, please contact our partner Feitian online Store:
https://ftsafe.en.alibaba.com/index.html
https://ftsafe.en.alibaba.com/index.html
Search found 7 matches
- Fri Dec 21, 2018 1:45 am
- Forum: Questions & Answers
- Topic: Does JCIDE support jckit 3.0.5?
- Replies: 3
- Views: 15738
Does JCIDE support jckit 3.0.5?
Does JCIDE support jckit 3.0.5? IF not, could anyone recommend a tool like this?
- Thu Feb 08, 2018 1:47 am
- Forum: Questions & Answers
- Topic: JCIDE occurred an error and exit
- Replies: 3
- Views: 15481
Re: JCIDE occurred an error and exit
My version is 6.0.2.6, is there some bugs in this version?
- Wed Feb 07, 2018 10:40 pm
- Forum: Questions & Answers
- Topic: JCIDE occurred an error and exit
- Replies: 3
- Views: 15481
JCIDE occurred an error and exit
When I using JCIDE to debug the application, and I input an '?' command, the JCIDE collapsed.
- Mon Jan 08, 2018 3:07 am
- Forum: Questions & Answers
- Topic: Can not set SLJ 52G card to SECURED...
- Replies: 2
- Views: 9087
Re: Can not set SLJ 52G card to SECURED...
Maybe you can contact the card provider for help
- Tue Nov 22, 2016 5:39 am
- Forum: Questions & Answers
- Topic: Java Card kit version 3.0.1 in JCIDE
- Replies: 2
- Views: 8719
Re: Java Card kit version 3.0.1 in JCIDE
Thank you for the reply.
I will have a try.
I will have a try.
- Mon Nov 21, 2016 11:46 pm
- Forum: Questions & Answers
- Topic: Java Card kit version 3.0.1 in JCIDE
- Replies: 2
- Views: 8719
Java Card kit version 3.0.1 in JCIDE
I have ordered 2pcs JCOP card (J3D081),and this wabsite says this card version is Java Card3.0.1
My question is how to set Java card kit version to 3.0.1. in JCIDE. I only saw 2.1.2, 2.2.1, 2.2.2, 3.0.4 in JCIDE?
My question is how to set Java card kit version to 3.0.1. in JCIDE. I only saw 2.1.2, 2.2.1, 2.2.2, 3.0.4 in JCIDE?
- Sat Oct 08, 2016 11:45 pm
- Forum: Questions & Answers
- Topic: overhead of creating byte arrays
- Replies: 2
- Views: 8392
overhead of creating byte arrays
I need to create about 300 byte arrays ( new byte {... } ) in my applet. But somebody told me that I should not create that much arrays since there will be overhead of about 4 bytes, associated with per array. Can anybody help me confirm this? thanks