Hello,
I have just installed Lejos for netbeans with all the plugins and that sort of thing, and the sample projects load onto the nxt and run fine.
however when i try to run a new program (using this tutorial http://lejos.sourceforge.net/nxt/nxj/tu ... tbeans.htm) i get the following errors:
- warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
- Class org.lejos.example.HelloWorld (file org/lejos/example/HelloWorld.class) not found in CLASSPATH C:\Program Files (x86)\leJOS NXJ\lib\classes.jar;C:\Users\Fiona\Documents\NetBeansProjects\RoboProggAssessment1\build
js.tinyvm.TinyVMException: Class org.lejos.example.HelloWorld (file org/lejos/example/HelloWorld.class) not found in CLASSPATH C:\Program Files (x86)\leJOS NXJ\lib\classes.jar;C:\Users\Fiona\Documents\NetBeansProjects\RoboProggAssessment1\build
- a beep, and a notice of a java exception is printed to the nxt screen
i am unsure what is causing these problems, and have googled furiously but the problems still persist!
thanks for any help!

