How to build Javacard Library
Posted: Tue Jan 19, 2016 5:00 am
I want to develop a library like the java card development kit.
I am developing two packages:
a. javacard.framework (methods in package a invoke method/class in package b)
b. com.sun.java.impl (methods in package b also invoke method/class in package a)
I want to make the library for java card.
Q:
How can I build those two packages and have sufficiently class files, export file and CAP file of both the packages?
I am developing two packages:
a. javacard.framework (methods in package a invoke method/class in package b)
b. com.sun.java.impl (methods in package b also invoke method/class in package a)
I want to make the library for java card.
Q:
How can I build those two packages and have sufficiently class files, export file and CAP file of both the packages?