I have these 2 problems
javac: no source files
Usage: javac <options> <source files>
use -help for a list of possible options
Process completed.
C:\NXJ\samples\Line>echo off
No classes specified
usage: js.tinyvm.util.TinyVMCommandLineParser [options] class1[,class2,...]
-a,--all do not filter classes
-cp,--classpath <classpath> classpath
-h,--help help
-o,--output <binary> dump binary to file
-tty,--device <device> device used (USB, COM1, etc)
-v,--verbose print class and signature information
-wo,--writeorder <write order> write order (BE or LE)
Process completed.
My enviroment system
PATH
C:\Archivos de programa\Java\jdk1.6.0_02\bin\;
C:\NXJ\bin\
JAVA_HOME
C:\Archivos de programa\Java\jdk1.6.0_02\
LEJOS_HOME
C:\DATOS\ROBOTICS\NXJ\lejos_NXJ_win32_0_1_0alpha\
CLASSPATH = "."
thanks.
