Re: GCJ ------ file type not supported by system

Mark Wielaard <[email protected]> Wed, 03 Sep 2014 20:06:11 +0200
Newsgroups gmane.comp.gcc.java.devel,gmane.comp.java.classpath.devel
Message-ID <[email protected]>
On Wed, 2014-09-03 at 10:59 -0700, Per Bothner wrote:
> On 09/03/2014 09:35 AM, Guillermo Rodriguez Garcia wrote:
> > What would you like me to do? How can I help ?
>=20
> More useful than updating Classoath per se would be creating
> a version of GCJ that uses OpenJDK's javac for compiling to bytecodes,
> and OpenJDK classes (or at least mostly so).  This is a big project,
> but has a chance of being useful and maintained.
>=20
> There may be licensing issues that should be considered before
> charging full steam ahead.
>=20
> I'm out of the loop, so I don't know if anything like that is happening.

This is happening (or has already). The code has been written by one of
the GCC GSoC students (now at Oracle) Dalibor Topic:
"Integrating OpenJDK's javac bytecode compiler into gcj "
https://code.google.com/p/google-summer-of-code-2007-gcc/downloads/detail?n=
ame=3DDalibor_Topic.tar.gz&can=3D2&q=3D
Someone integrating that into mainline would be welcome I think.

Cheers,

Mark