I just updated LeJOS to 0.9.0, and had no problem to flash the NXT with the new firmware (nice graphic menu
However, when trying to upload compiled programs (at the end of ant builds for example), the following error is displayed when attempting to do it via the USB link :
[java] leJOS NXJ> Error: Failed to load USB comms driver.
[java] leJOS NXJ> Caused by lejos.pc.comm.NXTCommException: Cannot load NXTComm driver
[java] leJOS NXJ> at lejos.pc.comm.NXTCommFactory.newNXTCommInstance(NXTCommFactory.java:96)
[java] leJOS NXJ> Caused by lejos.internal.jni.JNIException: library libjfantom.so (linux/x86) was not found in /home/eric/eclipse-workspaces/lejos-svn/trunk/snapshot/lib/pc/native
[java] leJOS NXJ> at lejos.internal.jni.JNILoader.loadLibrary(JNILoader.java:117)
I could not find libjfantom.so anywhere on my system and all Googlings semme to relate libjfantom to MacOSX (allways speaking about libjfantom.dylib).
Upload works fine via Bluetooth, but it's significantly slower
Could anybody shed some light please ?
Thanks in advance.
