On 1/6/19 5:24 PM, Angelo Moreschini wrote:
I am looking for a a real compiler in Linux environment for the Java language, a compiler that produce directly executable files (as gcc is for the C language)...
Unfortunately there is probably nothing like gcj anymore. I remember using objdump to look at the assembly instructions produced by the Java code in the past, gcj was a very fascinating technology.