Re: Java compiler on Fedora (GCJ)

2019-01-06 Thread Angelo Moreschini
Pity that this project is no longer maintained for Fedora. I believe that, perhaps, it is some Linux distribution that support it. I did some tests, for example with rpm -ivh java-compiler/java-1.4.2-gcj-compat-1.4.2.0-40.111.3mdv2007.1.x86_64.rpm but I co

Re: Java compiler on Fedora (GCJ)

2019-01-06 Thread Roberto Ragusa
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

Re: Java compiler on Fedora (GCJ)

2019-01-06 Thread Angelo Moreschini
Tank you Christopher, I know "jdk" that I use regularly, but I am looking for something different. The development with JDK produce .jar files that are compressed files made with byte-code (.files.class ). ...To run jar files, you need the java environment (the command is "java -jar xxx.jar"). I

Re: Java compiler on Fedora (GCJ)

2019-01-06 Thread Christopher
On Sun, Jan 6, 2019 at 3:23 AM Angelo Moreschini wrote: > > I am not able to install the java compiler on fedora ( > > https://docs.fedoraproject.org/en-US/Fedora_Core/6/html/Release_Notes/sn-Java.html > > ). > > I read that fedora not support directly gcj ... > So I try to work around, to install

Java compiler on Fedora (GCJ)

2019-01-06 Thread Angelo Moreschini
I am not able to install the java compiler on fedora ( *https://docs.fedoraproject.org/en-US/Fedora_Core/6/html/Release_Notes/sn-Java.html * ). I read that fedora not support directly gcj ... So I try to work arou