 | | Re: leJOS: anyone building under Cygwin? problem! (very long, not wrapped)
|
|
(...) [snipped description of garbage characters output from lejosc] I hate to follow up to my own post, but I have some more info. This command line, with one item in the classpath, succeeds (well, it actually launches the compiler on the correct (...) (25 years ago, 16-Mar-01, to lugnet.robotics.rcx.java)
|
| |
 | | leJOS: anyone building under Cygwin? problem! (very long, not wrapped)
|
|
I'm trying to run lejosc under Cygwin, and I'm running into an unusual problem. Background: I am actually attempting to fix up a system so that I can use Jakarta-Ant (URL) to manage the build process. It's a long story, but we use Ant here at work (...) (25 years ago, 16-Mar-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: LVI on SourceForge
|
|
I think Andy tried to include the URL and LUGNET dropped it. Anyhow, here is the project at Sourceforge: (...) (25 years ago, 1-Mar-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: Garbage Collection
|
|
Hi Chris, Hemorrhage you will. Instead of creating new objects in a loop, reuse existing objects. (This is a good move anyhow to improve the performance of your application.) You may have to change some of your own APIs to accomplish this, but it (...) (25 years ago, 1-Mar-01, to lugnet.robotics.rcx.java)
|
| |
 | | Garbage Collection
|
|
I'm a tad fuzzy on working without GC. If I create objects in an inner loop, is that memory lost? Will I not hemorrhage memory like a sieve? (25 years ago, 1-Mar-01, to lugnet.robotics.rcx.java)
|
| |
 | | LVI on SourceForge
|
|
The move have been made, and now lVI is up on SourceForge here. The page sucks now, but I will add additional features as I get to them. The Geocities file will still be up for a few weeks, but will not be updated. Andy (25 years ago, 27-Feb-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: article in JavaWorld and Garbage Collection
|
|
(...) I would not call it running counter to many folks' Java sensibilities, this suggestion simply violates one of the main Java principles. I sincerely hope that nobody even remotely considers implementing this. The only correct way of (...) (25 years ago, 27-Feb-01, to lugnet.robotics, lugnet.robotics.rcx.java)
|
| |
 | | Re: article in JavaWorld and Garbage Collection
|
|
Great article, Jonathan! That's exactly what I need to get started. Your point about garbage collection (esp. lack thereof) reminded me of a question I have for everyone: Since LeJOS doesn't currently implement garbage collection, it seems there are (...) (25 years ago, 24-Feb-01, to lugnet.robotics, lugnet.robotics.rcx.java)
|
| |
 | | ANN:lVI v1.1.2
|
|
This version can be downloaded at www.geocities.com/gombos_2000/. It fixes the option saving bug, and adds syntax coloring. The classes have been put into packages for easier mantinence, so note the startup changes. Thumbnails up soon. Andy BTW This (...) (25 years ago, 23-Feb-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: please help with threaded robot program
|
|
(...) Thanks for the pointer. I'll go check it out. (My bad for not actually searching on "subsumption" -- I think I searched for +lejos +thread.) Susan (25 years ago, 22-Feb-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: please help with threaded robot program
|
|
Hi Susan, Subsumption works great in leJOS. See this message for some example code: (URL) think what you're missing is an arbitrator, which will probably run as yet another thread. Regards, Jonathan (...) (25 years ago, 20-Feb-01, to lugnet.robotics.rcx.java)
|
| |
 | | please help with threaded robot program
|
|
Hi, this is my first message to the robotics groups. A little background: I've had RIS 1.0 for a couple of years, I have ~14 years of programming experience but only 1 year of Java (mostly server side). I downloaded leJOS beta 3 last week and wrote (...) (25 years ago, 19-Feb-01, to lugnet.robotics.rcx.java)
|
| |
 | | leJOS article in JavaWorld
|
|
Enjoy! (URL) (25 years ago, 12-Feb-01, to lugnet.robotics, lugnet.robotics.rcx.java)
|
| |
 | | ANN: leJOS Visual Interface 1.1.1
|
|
With this version I have added an auto indent feature that indents lines after braces, and have made an 'installer' that sets up the properties file. It should also run with the commands I have up now too :) Sorry about the error in the (...) (25 years ago, 10-Feb-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: ANN: TextLCD-Tester for leJOS
|
|
That LCD applet is too cool! Sort of lets you test out what words look good and which don't before actually putting it into code. It gave me an idea to make a list on all the capital letters and lower case letters that actually look good, then try (...) (25 years ago, 8-Feb-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: LeJOS
|
|
(...) Thanks for the encouraging words, Brian. I've been following this forum (and learning Java) for several weeks now, and am about ready to install Lejos myself. You can expect some newbie posts from me shortly... (: Corey Snipes Boulder, CO, USA (...) (25 years ago, 5-Feb-01, to lugnet.robotics.rcx.java)
|
| |
 | | ANN: TextLCD-Tester for leJOS
|
|
I have added a little TextLCD-Applet to my rcxtools site. It will be part of the next version of RCX-Direct-Mode for leJOS and can be tested at (URL) (25 years ago, 3-Feb-01, to lugnet.robotics.rcx.java)
|
| |
 | | ANN: leJOS Visual Interface
|
|
There is a new version of the leJOS Visual Interface up at www.geocities.com/gombos_2000/ It includes somewhat better (not much) options handling, and an enabled and working edit menu. Next will be online help, and auto indent. Andy (25 years ago, 3-Feb-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: LeJOS
|
|
API documentation is available online at the lejos homepage: (URL) You can also create a local copy if you have the Java Developer Kit. I have a batch file to do this: javadoc -author -d apidocs -sourcepath classes java.io java.lang java.util (...) (25 years ago, 3-Feb-01, to lugnet.robotics.rcx.java)
|
| |
 | | leJOS presentation
|
|
Hello, I'm going to be speaking about leJOS at the O'Reilly Java conference: (URL) March 29 at the Westin Santa Clara. Unfortunately, you can't come see it for free, but I thought it was worth mentioning anyway. Even though the online description (...) (25 years ago, 23-Jan-01, to lugnet.robotics, lugnet.robotics.rcx.java)
|