Is there JavaCard 3.0.4 SDK for Linux?

Issue

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?

Solution

No, there aren’t any official releases for Linux anymore to my knowledge. Neither are the Ant commands supported anymore. I wish there were, but they seem to have been sunk. You might want to nicely ask your vendor, as the manufacturers have direct influence in the Java Card Forum. In the end the Java Card SDK is an Oracle product though, so they have the final say.

Note that all functionality is contained as platform independent within JAR files, and that the Java Card API runtime itself doesn’t depend on the host platform either. It is therefore perfectly possible to create ant files and / or shell scripts based on the batch files delivered by the Java Card SDK. Look for more info at the answer of Martin Paljak.

Answered By – Maarten Bodewes

This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0

Leave a Reply

(*) Required, Your email will not be published