Hi I'm developing an application for NXT Platform.
The problem is that my application works fine with Lejos 0.9.0 but I'm interested to use de libraries of Lejos 0.9.1 and when I use the Lejos 0.9.1 my application doesn't compile.
The error is that line:
NXTCommand.getSingleton().setNXTComm(connection.getNXTComm());
Error Message:
Cannont Find Symbol
Symbol: Method getSingleton()
I want to control my bot with the PC over bluetooth.
