I have a heck of a time trying to compile link and download lejos programs to the NXT. I did everything in the READ ME file and I am still having problems.
I took one of the sample programs and I did the following:
1. Type "lejosrc HelloWorld.java" at the DOS prompt
result: Seems to compile fine and it produces a HelloWorld.class file
2. Type "lejolink -o HelloWorld.bin HelloWorld" at the DOS prompt
Result: I don't have a bin file but I was follow the directions from this site, anyways no matter what file name I put I get the follow error:
C:\j2sdk1.4.1_01\lejos_NXJ_win32_0_1_0alpha\lib>echo off
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/cl
i/ParseException
at js.tinyvm.TinyVM.<init>(TinyVM.java:46)
at js.tinyvm.TinyVM.main(TinyVM.java:30)
3. So obviously does not load to the NXT.
Is there anything else I need to do???
Also do I need to download firmware like you need to do for the RCX??
Any help would be appreciated.
