Hi, I have spent AGES playing around with eclipse trying to set up Icommand. I have followed a couple of tutorials but am still experiencing problems. These are the errors that I am receiving:
Linking ...
js.tinyvm.TinyVMException: Class javax.bluetooth.UUID (file javax/bluetooth/UUID.class) not found in CLASSPATH C:\Program Files (x86)\leJOS NXJ\lib\nxt\classes.jar;C:\Users\Will\workspace\TEST\bin;C:\Users\Will\workspace\Sphinx4\bin\lib\sphinx4.jar;C:\Users\Will\Documents\cmp year 3\LEGO ROBOTS PROJECT\icommand-0.7\icommand-0.7\dist\icommand.jar;C:\Users\Will\Documents\cmp year 3\LEGO ROBOTS PROJECT\rxtx-2.1-7-bins-r2\RXTXcomm.jar
at js.tinyvm.ClassRecord.getClassRecord(ClassRecord.java:855)
at js.tinyvm.ClassRecord.storeReferredClasses(ClassRecord.java:394)
at js.tinyvm.Binary.processClasses(Binary.java:384)
at js.tinyvm.Binary.createFromClosureOf(Binary.java:312)
at js.tinyvm.TinyVMTool.link(TinyVMTool.java:98)
at js.tinyvm.TinyVMTool.link(TinyVMTool.java:49)
at lejos.pc.tools.NXJLink.start(NXJLink.java:134)
at lejos.pc.tools.NXJLink.run(NXJLink.java:101)
at lejos.pc.tools.NXJLink.start(NXJLink.java:33)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at lejos.pc.tools.ToolStarter.startTool(ToolStarter.java:31)
at lejos.pc.tools.NXJLink.main(NXJLink.java:28)
Linking the file failed with exit status 1
It looks like a Bluetooth file is missing from somewhere (file javax/bluetooth/UUID.class) any idea what that file is or what package it comes with? (icommand or RXTX)
Any ideas?

