The Java Card platform Workstation Development Environment ("Java Card Workstation Development Environment" or "Java Card WDE") tool allows the...
the java card platform workstation development environment ("java card workstation development environment" or "java card wde") tool allows the simulated running of a java card applet as if it were masked in rom. it emulates the card environment.
the java card wde is not an implementation of the java card virtual machine. it uses the java virtual machine to emulate the java card re. class files that represent masked packages must be available on the classpath for the java card wde.
for the version 2.2.2 release of the java card platform reference implementation, java card wde adds support for java card remote method invocation (java card rmi).
some of the java card re features that are not supported by java card wde are:
package installation persistent card state firewall transactions transient array clearing object deletion applet deletion package deletion
the java card wde tool uses the jcwde.jar, api.jar (with cryptography extensions) and apduio.jar files. the main class for java card wde is com.sun.javacard.jcwde.main. a sample batch and shell script are provided to start java card wde.
development java developer-tools development-tool emulation applets smartcard applet