Dear Friends,
I have tried without success to compile the codes available on this page:
http://wiki.forum.nokia.com/index.ph..._%28NFC%29_tag
I'm using Sun Java Wireless Toolkit, and prior to this example i managed to compile another piece of code from another site, so i believe i have it set up correctly.
I get this error message when compiling:
C:\WTK2.5.1\apps\ReadSerial\src\ReadSerial.java:1: package javax.microedition.contactless does not exist
import javax.microedition.contactless.ContactlessException;
^
C:\WTK2.5.1\apps\ReadSerial\src\ReadSerial.java:2: package javax.microedition.contactless does not exist
import javax.microedition.contactless.DiscoveryManager;
^
C:\WTK2.5.1\apps\ReadSerial\src\ReadSerial.java:3: package javax.microedition.contactless does not exist
import javax.microedition.contactless.TargetListener;
.......... an so on
I'm a bit surprised this message pops up, since i've installed the
toolkit, doesnt it mean that the packages should have been correctly
configured as well?
Any help will be appreciated!!
Dev

Reply With Quote


