This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Compiling SUN-JRE


On Sat, 16 Mar 2002, Elmar Haneke wrote:
> Is there any known reason preventing doing so (besides license issues)?

It won't work.  Gcj makes assumptions about the layout of core classes
(class objects, strings, arrays, etc.) and the Sun classes are likely to
be too different.  Also the native support is absent for e.g. sun.*
classes.

Jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]