 | | Re: leJOS: anyone building under Cygwin? problem! (very long, not wrapped)
|
| (...) Twice, even! (...) I think it is. Putting "" around the entire classpath fixed the problem. This works: /prosrm/lejos:lejosc -d D:/dev/prosrm/build/classes -classpath "D:/dev/jdk1.3/j re/lib/rt.jar;C:/tem...arser.jar" D:/dev/prosrm/lejos/src/L (...) (25 years ago, 16-Mar-01, to lugnet.robotics.rcx.java)
| | |  | | 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)
| |