When attempting to compile the applet, I ran into difficulties with the JDK not supporting source or target 1.5. Upgrading the source and target version broke the cap file converter from JavaCard SDK 2.2.2.
To get it to compile, I ended up switching the project over to ant-javacard. This made it easy to support the newer SDK for compiling, while targeting the older SDK for compatibility purposes.
kategray@06e90b8
When attempting to compile the applet, I ran into difficulties with the JDK not supporting source or target 1.5. Upgrading the source and target version broke the cap file converter from JavaCard SDK 2.2.2.
To get it to compile, I ended up switching the project over to ant-javacard. This made it easy to support the newer SDK for compiling, while targeting the older SDK for compatibility purposes.
kategray@06e90b8