为什么 oracle 不为 Java Card 3.0.1 和 3.0.2 和 3.0.4 提供任何开发工具包?
Why oracle doesn't provide any Development Kit for Java Card 3.0.1 and 3.0.2 and 3.0.4?
我有一张 JCOP v2.4.2 r3 智能卡。在它的Security Target里写着我的卡支持Java Card 3.0.1 Classic edition。我在 Oracle 网站上搜索了一个开发工具包来为我的卡开发一些小程序,但我找不到它们。 Java Card 3.0.3只有一个开发包,而所有版本都有规格。
Q1:如何将我的“.java”文件转换为除v3.0.3以外的其他版本的“.cap”文件?
A1:请阅读:http://www.oracle.com/technetwork/java/javame/javacard/download/releasenotes-jsp-1440109.html
The Java Card 3 platform consists of versions 3.0, 3.0.1 and 3.0.4 of the specifications and versions 3.0.1, 3.0.2, 3.0.3 and 3.0.4 of the development kit.
SDK 3.0.3 目标规范 3.0.1.
A2:(也适用于A1)你可以使用ant-javacard: open source, cross-platform, all JavaCard versions Ant task for working with the SDK: https://github.com/martinpaljak/ant-javacard
我有一张 JCOP v2.4.2 r3 智能卡。在它的Security Target里写着我的卡支持Java Card 3.0.1 Classic edition。我在 Oracle 网站上搜索了一个开发工具包来为我的卡开发一些小程序,但我找不到它们。 Java Card 3.0.3只有一个开发包,而所有版本都有规格。
Q1:如何将我的“.java”文件转换为除v3.0.3以外的其他版本的“.cap”文件?
A1:请阅读:http://www.oracle.com/technetwork/java/javame/javacard/download/releasenotes-jsp-1440109.html
The Java Card 3 platform consists of versions 3.0, 3.0.1 and 3.0.4 of the specifications and versions 3.0.1, 3.0.2, 3.0.3 and 3.0.4 of the development kit.
SDK 3.0.3 目标规范 3.0.1.
A2:(也适用于A1)你可以使用ant-javacard: open source, cross-platform, all JavaCard versions Ant task for working with the SDK: https://github.com/martinpaljak/ant-javacard