Linked by Thom Holwerda on Tue 16th May 2006 22:13 UTC, submitted by adstro
Thread beginning with comment 125552
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
Have you looked at the dependencies of GCJ compiled applications? Do an ldd of a generated executable and see all those libraries it links to. Is that going to be any smaller than just bundling the JRE with your program? Another thing people seem to be misinformed about is the assumption that GCJ will somehow speed Java up. It doesn't. Ever tried running the GCJ compiled version of Eclipse? Try it and then you'll run straight back to the Java version of Eclipse.




Member since:
2005-11-16
Will any of this help the native compiler implement the whole of Java 5? I like the language, but it's just not practical to right small unobtrusive utilities when you need the jumbo/slow to startup JRE either bundled or assumed to be installed on the target PC.