I am using Netbeans IDE 8.0 and writing java code with the option classic Applet Project. Here all goes well till using the below import
package wallet;
import javacard.framework.*;
import javacard.framework.ISO7816;
import javacard.framework.Applet;
import javacard.framework.OwnerPIN;
but I wanted to use the global platform function so I download the JAR ( gpapi-globalplatform.jar) file from HERE and add like below,
adding new imports like below
import org.globalplatform.GPSystem;
import org.globalplatform.SecureChannel;
no error shown in IDE but during the building of code, getting the error below. Any advice here would be great.
error: export file globalplatform.exp of package org.globalplatform not found. [ INFO: ] Converter [v3.0.2]