Page 1 of 1

Does JCIDE implement javacardx.apdu.ExtendedLength interface?

Posted: Thu Dec 17, 2015 11:33 pm
by chico0609
I wrote an applet which has to implement javacardx.apdu.ExtendedLength interface. So I imported the corresponding package in the applet.

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?

Re: Does JCIDE implement javacardx.apdu.ExtendedLength interface?

Posted: Fri Dec 18, 2015 11:01 pm
by UNKNwYSHSA
From this post: viewtopic.php?f=15&t=396
The extendedLength is implemented.
This interface is supported since 2.2.2.
Please check your project setting of JC API version.