missing export file for package java/lang
I created a javacard project in Eclipse with a simple applet. I added api.jar to my build path. If I attempt to run the converter to build the .cap file (converted applet file), I get the error message that there is a "missing export file for package java/lang. If I add jc222.jar (from NXP's jcop tools) to the build path I do not get the error. Because I will be shipping my .cap file, I do not want it to contain anything proprietary from NXP. By adding jc222.jar to my build path does anyone know what my liabilities are?