Release Notes

Development Kit for the Java Card™ 3 Platform

Version 3.0.2, Classic Edition

Binary Release

December 2009

 

 

Table of Contents

Introduction
Requirements
Contents of This Release
Installation
System Setup
Uninstalling the Development Kit
Known Bugs
Where to Find Product Information and News
Sending Feedback

Introduction

These release notes describe the development kit for the Java Card™ 3 Platform, Version 3.0.2, Classic Edition, binary release.

Java Card technology combines a subset of the Java™ programming language with a runtime environment optimized for smart cards and similar small-memory embedded devices. The goal of Java Card technology is to bring many of the benefits of the Java programming language to the resource-constrained world of smart cards. The Java Card API is compatible with international standards such as ISO 7816, and industry-specific standards such as Europay, Master Card, and Visa (EMV).

Java Card platform version 3.0.2 is the latest evolution of Java Card technology. This development kit is based on the Version 3.0.1 of the Java Card Specifications, which includes their errata sheets located at http://java.sun.com/javacard/3.0.1/jc-classic-spec-errata.html. The Java Card 3 Platform consists of versions 3.0 and 3.0.1 of the specifications and versions 3.0.1 and 3.0.2 of the development kit.

For the first time, the Java Card platform is available in two editions, both of which are backward compatible with previous versions and share key security features:

Requirements

Platform

Required Software

The following software must be installed for the Java Card development kit to work:

For use with the samples, the Firefox browser is considered a trusted client by the RI. Firefox is available at http://www.mozilla.com.

Note — Do not install any software in a directory that contains a space in its name. For example, do not install software in any subdirectory of c:\program files because of the space in the program files element.

Contents of This Release

This release contains both binary and source code. Note that the Java Card specifications are not included in this release. The specifications must be downloaded separately.

This release contains features required to support classic Java Card applet applications on the card. Specifically, this release includes the following:

Note: The debugging tool jcwde, which was in previous releases, is no longer included. To develop and debug your classic applets, you might want to use the Connected Edition development kit and the NetBeansTM IDE v6.8, along with its Java Card technology-specific plugin.

Installation

For a more thorough description of the installation, contents and use of the development kit, see Development User's Guide, Java Card Platform, Version 3.0.2, Classic Edition included in the download bundle for this release.

An automatic installer tool can be used to unpack the download file containing this release. During download, you can choose to let the installer tool unpack the download file into a directory of your choice on your system or you can save the download file itself to your system.

Note — Do not install development kit software in any directory that has a space in its name. For example, on a Windows platform, do not install software in the c:\program files directory, or any subdirectory of c:\program files, because the program files element contains a space.

To install the Java Card development kit and associated software, follow these steps:

  1. Install the JDK version 6, Update 10 or later. This JDK is available from: http://java.sun.com/javase/downloads/index.jsp.
  2. Install Apache Ant version 1.6.5 or later. The latest version is available at: http://ant.apache.org/.
  3. Install the GCC compiler. The compiler Minimal GNU for Windows (MinGW), version 5.1.4 is required.  It is available at http://sourceforge.net/projects/mingw, while its installation information is at http://www.mingw.org.
  4. Download the Java Card development kit. Download and store the development kit Java Archive (JAR) file in a directory of your choice.
  5. Run the development kit installer or use the command line. Double click the JAR file on your system. If the JDK is installed correctly, the jar file is recognized as an executable jar and the automatic installer will launch to step you through the remainder of the installation process.

Alternatively, you can use the command line to unpack the JAR file using the following command:

java -jar Bundle-Filename

Where Bundle-Filename is the downloaded development kit JAR file.

By default, the development kit is installed in c:\jcdk3.0.2_ClassicEdition and its associated sub-directories. You can specify a different directory if you wish.

The directory c:\jcdk3.0.2_ClassicEdition (or the alternate directory you specify during installation) is referred to as JC_CLASSIC_HOME in these release notes. When the development kit installation is complete, JC_CLASSIC_HOME contains the following:

JC_CLASSIC_HOME RELEASENOTES-CL-BIN.html - These release notes.
Copyright files.
docs JCDevKitUG-Classic-3_0_2.pdf  - Development Kit User's Guide for the Java Card Platform, Version 3.0.2, Classic Edition.
UserGuide.html\index.html - The user's guide in HTML.
docs\apduio JavadocTM tool files for use with APDU I/O described in the user's guide.
docs\rmiclient Javadoc tool files for use with optional RMI implementation described in the user's guide.
docs\api Javadoc tool files for the API.
api_export_files Contains java, javacard, and javacardx directories of API export files.
bin Development kit executable files.
samples\classic_applets Samples of basic classic applets, such as HelloWorld.
samples\reference_apps Samples of more robust classic applets.
lib Configuration and JAR files for the API, tools.
Third-party libraries.
Uninstaller\uninstaller.jar Uninstalls the development kit.
legal License files.

System Setup

Set System Variables and Paths
System variables and paths must be set before running the development kit. See the Development Kit User's Guide more details on how to set them. Note that if you choose to set the variables and paths each time you run the development kit rather than permanently in your system, you can place the appropriate commands in a batch file.

Configure the Java Card Runtime Environment for the Samples

Note that the Java Card RE (cref) implementation is not optimized for memory or performance and, therefore, requires more memory than an actual optimized implementation on a card. To run the Java Card RE, you can use the default executable, cref.bat, using the command line as follows:

JC_CLASSIC_HOME\bin\cref.bat

Uninstalling the Development Kit

To remove this development kit, an automatic uninstaller tool is provided in the directory Uninstaller. You can also completely remove the development kit by deleting the JC_CLASSIC_HOME directory along with all of its contents.

Known Bugs and Issues

This section describes known bugs in the reference implementation.

BUG ID DESCRIPTION
6903384
Converter fails to generate cap file if an applet imports some.other.package.Shareable interface.
6905812
Verifier fails when .cap contains incorrect data in class_debug_info.interface_names_indexes section.

Where to Find Product Information and News

The public Java Card technology web site is http://java.sun.com/javacard. The developer collaboration web site also contains information about Java Card technology at http://kenai.com/projects/javacard/pages/HOME.

If you are a Licensee, visit the product web site at https://java-partner.sun.com/portal/service/ent/platform/javacardgroup This site has the most up-to-date information on the following:

Sending Feedback

We greatly appreciate your feedback on this reference Implementation. Please send all feedback to jc3-ri-feedback@sun.com.


Use is subject to license terms. Sun, Sun Microsystems, the Sun logo, Java, Solaris, Javadoc, NetBeans and Java Card are trademarks or registered trademarks of Sun Microsystems, Inc. or its subsidiaries, in the U.S. and other countries.

UNIX is a registered trademark in the U.S. and other countries, exclusively licensed through X/Open Company, Ltd.