| | Help please !!! tata sharfi
|
| | hi ... im a newbie ... i have a problem with the lejos setup i did all the instructions and when i tried to compile a java file using the lejosc command i got this reply: Unable to execute javac. Return value of exec is -1. Make sure javac is in the (...) (20 years ago, 4-Feb-05, to lugnet.robotics.rcx.java)
|
| | |
| | | | Re: Help please !!! atishay kumar
|
| | | | you seem to be having some basic problem.. try defining JAVAC variable and r u able to execute command javac from the command prompt (...) (20 years ago, 4-Feb-05, to lugnet.robotics.rcx.java)
|
| | | | |
| | | | | | Re: Help please !!! tata sharfi
|
| | | | ya javac works fine from the command prompt ... so what can i define JAVAC as? (...) (20 years ago, 4-Feb-05, to lugnet.robotics.rcx.java)
|
| | | | |
| | | | | | Re: Help please !!! atishay kumar
|
| | | | as <J2SDK1...>\bin\javac (...) (20 years ago, 5-Feb-05, to lugnet.robotics.rcx.java)
|
| | | | |
| | | | | | Re: Help please !!! atishay kumar
|
| | | | does documentation not talk about what values should be given to JAVAC env variable (...) (20 years ago, 5-Feb-05, to lugnet.robotics.rcx.java)
|
| | | | |
| | | | | | Re: Help please !!! Roger Glassey
|
| | | | (...) No, the documentation only talks about the path, which is a system variable, not an env. variable. (I assume you are using windows) I think you will have better luck if javac really is in your path. To verify that it is, type path in the (...) (20 years ago, 12-Feb-05, to lugnet.robotics.rcx.java)
|
| | | | |