-
Hi.
i am getting this SystemException when my applet class is going to install.
`Exception in thread "main" javacard.framework.SystemException
at javacard.framework.SystemException.throwIt(Unknown…
-
Now the code can only be built using Eclipse with the NXP provided tools. It would be good to be able to build the applets and later run the tests using an automated pipeline.
Todo:
- Move the fil…
-
package applet4;
import javacard.framework.AID;
import javacard.framework.APDU;
import javacard.framework.Applet;
import javacard.framework.ISOException;
import javacard.framework.Shareable;
i…
-
Hi,
When I try to build my projet on IntelliJ with the .jar file included (in files-project structure-module-dependencies), i've an error !
My code:
```
public class myWallet extends javacard.f…
LDami updated
6 years ago
-
The OpenSCDP project [1] provides a wide range of development tools for smart card applications. It also has support for JavaCard and is what we use to develop our own commercial JavaCard applets.
…
-
Hello,
Great work on these projects! I'm getting into JavaCard Development and would like to start playing around with this applet however it appears I seem to be hitting an error when trying to lo…
-
- requires automatic upload of applet to card with
import javacardx.apdu.ExtendedLength;
public class AlgTest extends javacard.framework.Applet implements ExtendedLength
- if not supported, uplo…
petrs updated
10 years ago
-
Hello,
I want to ask you if you can provide us with the compiled version of the **v1** branch for newer Javacards (a **v1.6.1** version).
Your latest **v0.6.1** release says it's the older **v0** …
-
hi
I run this sample for java card applet in Intellij IDEA witt doing all steps in readme....But I got this error .
java.lang.NullPointerException
at javacard.framework.Applet.register(Applet…
-
The documentation has an [example here](https://github.com/OpenJavaCard/openjavacard-ndef/blob/master/doc/install.md) of how to install the tiny app variant using param data:
```
user@host:~$ jav…