I'm sorry I need very specific instructions on how to make this work as I have tried to solve it myself and believe the problem to have worsened.
When I try to run the compiler I get this error:
"variable references emtpy selection: ${project_loc}"
before I would get javac not found in internal or external something or other.
And before that the compiler would simply "terminate" (as it said in the title box just above the console window) and then the downloader would say that test.nxj not found and then print a directory to a jar file.
Here are my paths in the environment variables.
CLASSPATH --> .;C:\Program Files\Java\jre1.5.0_05\lib\ext\QTJava.zip
PATH --> %CYGNUS_HOME%\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\QuickTime\QTSystem\;C:\VXIPNP\WinNT\Bin;%JAVA_HOME%\bin;%NXJ_HOME%\bin
JAVA_HOME --> C:\Program Files\java\jdk1.6.0_01
NXJ_HOME --> C:\eclipse\lejos_nxj
Please help.

