-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi huys,
I download this code and it looks great, but unfortunatelly I have problem with running code. I run this program with command
java -Dfile.encoding=UTF-8 -Dbluecove.native.path=lib -Djava.util.logging.config.file=./logging.properties -classpath lib/bluecove-2.1.0.jar:lib/bluecove-gpl-2.1.0.jar:Smajava.jar be.geek.smajava.Smajava 00:80:25:22:7B:4F
and get error
BlueCove version 2.1.0 on bluez
Oct 4, 2012 11:16:09 AM be.geek.smajava.Log error
SEVERE: channel 80:25:22:7B:4F:1
java.lang.IllegalArgumentException: channel 80:25:22:7B:4F:1
at com.intel.bluetooth.MicroeditionConnector.openImpl(MicroeditionConnector.java:329)
at com.intel.bluetooth.MicroeditionConnector.open(MicroeditionConnector.java:162)
at javax.microedition.io.Connector.open(Connector.java:83)
at be.geek.smajava.Inverter.openConnection(Inverter.java:120)
at be.geek.smajava.Smajava.main(Smajava.java:77)
BlueCove stack shutdown completed
I checked many sites but no one has had similar problem. Has anyone idea, what am I doing wrong?
I run this program on Mac in Linux Ubuntu VmWare player VM.