Seems to be an error in the latest lejosjc.bat build.
(downloaded 6/24/07 from http://sourceforge.net/project/showfile ... _id=497635)
File name: lejos_NXJ_win32_0_2_0alpha.zip
Problem:
When executed, the following error is generated:
"'javac' is not recognized as an internal or external command,
operable program or batch file."
The error seems to originate from the following line in lejosjc.bat:
javac -source 1.3 -target 1.1 -bootclasspath "%LEJOS_HOME%\lib\classes.jar;%CLASSPATH%" %1 %2 %3 %4 %5 %6 %7 %8 %9
I removed the 'c' from 'javac' and re-ran lejosjc.bat and got the following error:
"Could not create the Java virtual machine.
Unrecognized option: -source"
I know nothing about java so I don't know what this line in lejosjc should be
Anyone?
Thanks
