This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Re: Newbie Questions
Wow! Thanks for that much and fast feedback! I never expected that ;-))
>Don't worry. But it is called "gcj".
>
I'm very sorry. I knew that there was something wrong ;-) ....
>The difference is that our runtime is a shared library.
>
Hmm, maybe i didnt ask right... Is the code-output of gcj native code or
is it just "tarned" as executable and interpreted by libgcj?
Are also all imported java-classes (java.io.*.....) nativly compiled or
will they be "linked" by the libgcj and interpreted (.clss-Files).
>
>Clemens> Will all java-classes that are included in my file
>Clemens> (e.g. java.io.*) compiled nativly?
>
>Yes.
>
Cooooooooooooool!
>
>Clemens> Is gjc a "dead" or lacy project, or is there much traffic on it?
>
>Read the mailing list archives or the web page. There is a lot of
>traffic. It is probably the most active free software java project by
>an order of magnitude.
>
>
Thx Tom for your afst answer!
Thx Clemens