Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there JavaCard 3.0.4 SDK for Linux?

Tags:

linux

javacard

I am developing an applet with JavaCard 3.0.4 version.

I have downloaded and installed SDK with Oracle installer (http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javame-419430.html#java_card_kit-classic-3_0_4-rr-bin-do)

And I found only *.bat (converter.bat and etc.) and there is no linux scripts.

But version 2.2.1 and 2.2.2 have versions for Linux.

Any thoughts?

like image 276
raiym Avatar asked Feb 29 '16 11:02

raiym


1 Answers

Yes there is. Just extract it on Windows and use under Linux. Or you can get the necessary files from here:

https://github.com/martinpaljak/oracle_javacard_sdks

Building applets on Linux is simple as well:

https://github.com/martinpaljak/ant-javacard

like image 153
Martin Paljak Avatar answered Sep 21 '22 08:09

Martin Paljak