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: eliminate gcjh?


>>>>> "Adam" == Adam Megacz <megacz@gcc.gnu.org> writes:

Adam> Has there been any talk of integrating gcjh into gcj so that 
Adam>   gcj -Istuff.jar foo.cc
Adam> would infer the headers from the class files in stuff.jar?

It's been thought of, but nobody has tried implementing it.
Really you would be integrating this into g++, not gcj.

We're going to be facing some real problems with gcjh once we start
looking at 1.5.  For instance, 1.5 has covariant methods, I don't
think you can express this in C++.

Tom


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