| | Aaargh...I need some help Tyler Derkin
|
| | Hi, Can anyone lend a desperate soul a helping hand? Here's my problem: I've followed the installation directions for windows as outlined in lejos.sourceforge.net For your convenience, I've included the instructions here: Installation of the leJOS (...) (21 years ago, 19-Sep-03, to lugnet.robotics.rcx.java)
|
| | |
| | | | Re: Aaargh...I need some help John Hansen
|
| | | | (...) I would put the following two lines into a batch file which you execute prior to trying to compile and download your lejos programs. set LEJOS_HOME=<some path to lejos directory without a trailing slash> set CLASSPATH=%LEJOS_HOM...cxcomm.jar (...) (21 years ago, 19-Sep-03, to lugnet.robotics.rcx.java)
|
| | | | |
| | | | Re: Aaargh...I need some help Brian B. Alano
|
| | | | (...) 1. Make sure LEJOS_HOME is set properly: echo %LEJOS_HOME% 2. Make sure there is a file lib\classes.jar in your LEJOS_HOME directory: dir %LEJOS_HOME%\lib\classes.jar 3. Try including the percentage signs and using backslashes: set (...) (21 years ago, 19-Sep-03, to lugnet.robotics.rcx.java)
|
| | | | |