Importing javax.bluetooth into normal Java application?
807605Sep 24 2007 — edited Sep 25 2007I have a bluetooth dongle for my PC and I want to create a normal Java (not j2me) that can accept connections over bluetooth.
If I create a normal Java application in Netbeans then it won't allow me to import javax.bluetooth.
If I create a j2me application then it does allow me to import javax.bletooth but this is no good as I want a normal java app.
Thanks