I've followed the instructions for configurating a Java Card development environment using the SDK r and simulator eleased in February. As I step through the documentation, I've come across references to cref.exe (among other binaries) that do not exists within the SDK zip that I downloaded for windows. To be more specific, I've downloaded the SDK, the eclipse plugin, and the simulator. Searching the files within these I find no cref.exe. When I look in the 2.0 SDK I do see cref and other binaries within it. I can't tell if this inconsistency is from an error in the documentation, something missing from the SDK files, or a misunderstanding on my part.
The documentation did refer to the SDK being installed through a .msi file. The actual files that I found are .zip files. There are no .msi files that I can find. Is this a mistake in the documentation or does a .msi installer exists somewhere? The instructions speak of the .msi on this page.
Installing the Java Card Development Kit Simulator (oracle.com)
This is what the text says.
- Close Eclipse, if it is running.
- Download the Java Card Development Kit Simulator
.**msi**
file to a directory of your choice.
java_card_simulator-3_1_0-ux-win-bin-do|gl-buildID-dd_mmm_yyyy.msi
- Run the downloaded
.**msi**
file from the directory.
- The Java Card Development Kit Simulator Setup Wizard starts. Follow the prompts and accept the License Agreement.
- Enter a directory where the files will be installed and follow the prompts to complete the process.
There is a link just above those instructions to the url
https://www.oracle.com/technetwork/java/embedded/javacard/overview/index.html
But if you navigate to that URL it redirects to
https://www.oracle.com/java/java-card/
It is from this page that I downloaded the SDK and simulator.
Am I missing something? Is there an MSI installer somewhere? Or is this documentation out of sync with the current version of the SDK? Where is cref.exe and the other binaries?