Does JCIDE implement javacardx.apdu.ExtendedLength interface?
Posted: Thu Dec 17, 2015 11:33 pm
I wrote an applet which has to implement javacardx.apdu.ExtendedLength interface. So I imported the corresponding package in the applet.
But when I built this applet, I got the error
Does JCIDE support this interface?
Code: Select all
import javacardx.apdu.ExtendedLength;
public class cardapp extends Applet implements ExtendedLength
But when I built this applet, I got the error
package javacardx.apdu does not exist
Does JCIDE support this interface?