I am trying this code from Programmer's Guide
import com.nokia.nfc.nxp.simpletag.SimpleTagConnection;
..
..
try {
SimpleTagConnection conn = (SimpleTagConnection) Connector.open(target.getUrl(SimpleTagConnection.class));
} catch (Exception e) {}
But I've got error during build: Cannot find class java/lang/NoClassDefFoundError

Reply With Quote


