bbagnall wrote:Can you copy and paste your entire error message here? Thanks.
This is just a quick guess, but possibly your classpath setting needs to have a . at the start. e.g.
.;C:\j2sdk1.4.2_12\jre\lib\rt.jar;{other stuff}
Here is the error message. Sorry I took so long.
C:\lejos_nxj\samples\Tune>dir
Volume in drive C has no label.
Volume Serial Number is 4019-EFF7
Directory of C:\lejos_nxj\samples\Tune
08/10/2007 09:59 PM <DIR> .
08/10/2007 09:59 PM <DIR> ..
07/15/2007 02:27 PM 2,942 build.xml
07/15/2007 02:27 PM 845 Tune.java
07/15/2007 02:27 PM 1,825 Tune.nxj
3 File(s) 5,612 bytes
2 Dir(s) 49,898,508,288 bytes free
C:\lejos_nxj\samples\Tune>nxjc Tune.java
javac: no source files
Usage: javac <options> <source files>
use -help for a list of possible options
C:\lejos_nxj\samples\Tune>
There it is. I typed dir to show that Tune.java does exist in the directory. I do have a . in my CLASSPATH here it is.
.;"i\QTJava.zip";.;C:\
Thanks for the guess, but I didn't help.
Thanks for your reply.
Vance