Hi,
I have followed online tutorials on how to implement lejos using Eclipse. I'm close to getting lejos up and running but have some errors which I cannot fix.
I am just trying to run this simple code:
import lejos.nxt.*;
public class HelloWorld {
public static void main (String[] args) {
System.out.println("Hello World");
Button.waitForPress();
}
}
...But am getting the following errors.
program has been linked successfully
uploading ...
leJOS NXJ> Failed to load USB comms driver: library jfantom.dll (windows/x86_64) was not found in C:\Program Files (x86)\leJOS NXJ\lib\pc\native
leJOS NXJ> Searching for any NXT using Bluetooth inquiry
leJOS NXJ> Search Failed: BlueCove libraries not available
leJOS NXJ> Failed to find any NXTs
leJOS NXJ> Failed to connect to any NXT
No NXT found - is it switched on and plugged in (for USB)?
uploading the program failed with exit status 1
My NXT is turned on and connected. It looks like a driver error however I am pretty sure have installed the correct driver. Have I missed out a stage of the instillation process?
Any help would be greatly appreciated.
Many Thanks
