- Code: Select all
clean:
Deleting directory /home/jamie/NetBeansProjects/NXJSample/build
compile:
Created dir: /home/jamie/NetBeansProjects/NXJSample/build
Compiling 1 source file to /home/jamie/NetBeansProjects/NXJSample/build
/home/jamie/NetBeansProjects/NXJSample/build.xml:40: /home/jamie/NetBeansProjects/NXJSample/${env.NXJ_HOME}/lib/nxt does not exist.
BUILD FAILED (total time: 0 seconds)
From the look of it I think there is a problem with my environment variables. My environment variables are set to as follows.
- Code: Select all
export PATH=/Documents/lejos_nxj/bin:$PATH
export PATH=/usr.share/ant/bin:$PATH
export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.26
export NXT_HOME=/Documents/lejos_nxj
Lejos was unpacked into my Documents folder.
The project properties java source classpath is "/home/jamie/Documents/lejos_nxj/lib/nxt/classes.jar
If anyone can help with this then it would be greatly appreciated.
Jamie
