 | | Java on the NXT
|
| I got lucky and now have a NXT on my desk, thanks to the MDP. Now is a good time to make suggestions for the API of the NXT lejos. Roger Glassey (20 years ago, 8-Mar-06, to lugnet.robotics.rcx.java)
| | |  | | AW: lejos program terminating immediately
|
| Hi Jason, you have to loop within your main program, otherwise main() will be left. E.g. use while (true) { Thread.sleep (1000); } or, use a button listener, and exit when some button has been pressed. HTH, Jochen (...) (21 years ago, 11-Aug-05, to lugnet.robotics.rcx.java)
| | |  | | lejos program terminating immediately
|
| Hi, I'm trying to use leJOS to display the current value of the rotation sensor I have hooked up to Sensor Port 1, but when I run the program, the RCX just beeps and ends the program immediately. Here's my code: import josx.platform.rcx.*; public (...) (21 years ago, 10-Aug-05, to lugnet.robotics.rcx.java)
| | |  | | Problem with LDT plugin
|
| Hi, I'm starting with lejos and I try to use the plugin LDT 1.2.0 for Eclipse 3.0 with Windows XP. When I try to run (Run As > leJOS), I get the message : An internal error occurred during: "Launching". java.lang.IllegalArg...Exception: Path must (...) (21 years ago, 8-Jun-05, to lugnet.robotics.rcx.java, FTX)
| | |  | | [Ann] Jurtle 1.8 - Now with LeJOS support
|
| I would like to announce the release of Jurtle 1.8, a simple IDE for learning programming in Java. What makes this release pertinent to this group is that Jurtle now integrates with the LeJOS tools and API for programming the LEGO Mindstorms (...) (21 years ago, 17-May-05, to lugnet.robotics.rcx.java)
| |