What does EXP file do ??
Posted: Mon Oct 12, 2015 3:53 am
Today i found a .exp file under the directory which is the same as the .cap file.
What does this EXP file do ??
thx
What does this EXP file do ??
thx
JavaCardOS - JavaCardForum
https://www.javacardos.com/javacardforum/
https://www.javacardos.com/javacardforum/viewtopic.php?f=15&t=187
An export file can be produced by a Java Card
converter when a package is converted. This package’s export file can be used later
to convert another package that imports classes from the first package. Information
in the export file is included in the CAP file of the second package, then is used on
the device to link the contents of the second package to items imported from the first
package.
A Java Card technology-based export file (“Java Card export file”) contains the
public interface information for an entire package of classes. This means that an
export file only contains information about the public API of a package, and does
not include information used to link classes within a package.