-
A number of Java applications are written under the assumption that they will only ever be interpreted by a JVM, and not natively compiled by an ahead-of-time compiler like GCJ.
-
Top 5 Useful Items You Never Knew You Could Print Out
-
Normally java programs compiled with GCJ are dynamically linked against libgcj.so. While convenient, this makes it necessary to have libgcj.so available at runtime and libgcj.so is quite large.
-
I should probably start out by pointing out that the title of this post is a lie.
You must be logged in to post a comment.