I tried to write a javacard applet. So,
- Download Java Card Classic Development Kit 3.0.4 that I get its JAR File
- I add the JAR File in to Eclipse by add it in the Java Build Path>Library.
But when I wanted to import javacard.framework, I got the "javacard.framework cannot be resolved" error. Moreover, when I saw inside the Development Kit, there was no javacard.framwork package in it.
How do I make the "javacard.framework" package exist?