What Is Your Favorite Gcj Tutorial?
1
4
Entering edit mode
13.9 years ago

Java software can be compile to native code with gcj, and basically removes the need of the presence of a Java Virtual Machine to run your Java code, such as based on BioJava. Now, in the past I have tried this now and then and read this official documentation, but I never found a really good tutorial aimed at bioinformatic. One that explains, for example, how that explains how to compile the source code into executables, not just with make, but also with Ant or Maven scripts. Or, how to compile BioJava as shared executable to which my own program dynamically links.

Therefore, what is your favorite gcj tutorial I should have a look at?

java biojava • 3.8k views
ADD COMMENT
0
Entering edit mode

Clearly, no one is using gcj in bioinformatics (yet) :(

ADD REPLY
2
Entering edit mode
13.9 years ago

There are some good answers on Stackoverflow:

Java JRE vs GCJ

ADD COMMENT
0
Entering edit mode

That post is actually quite inaccurate. I have asked about it on the #classpath channels, and the experts say the answers are nonsense. One issue, for example, is that no optimization is used when compiling to native code.

ADD REPLY

Login before adding your answer.

Traffic: 1942 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6