MyNixOS website logo
Description

Official development kit by Oracle for programming for the Java Card platform.

This Java Card SDK is the official SDK made available by Oracle for programming for the Java Card platform.

Instructions for usage:

First, compile your '.java' (NixOS-specific: you should not need to set the class path -- if you need, it's a bug): javacardc -source 1.5 -target 1.5 [MyJavaFile].java Then, test with 'jcwde' (NixOS-specific: you can change the java version used to run jcwde with eg. JAVA=jdb): CLASSPATH=. jcwde [MyJcwdeConfig].app & sleep 1 && apdutool [MyApdus].apdu Finally, convert the '.class' file into a '.cap': converter -applet [AppletAID] [MyApplet] [myPackage] [PackageAID] [Version] For more details, please refer to the documentation by Oracle.

Metadata

Version

2.2.2

License

unfree

Maintainers (1)

Platforms (2)

    Linux
Show all
  • i686-linux
  • x86_64-linux