This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: input line is too long
Dhek Bhun Kho writes:
>
> The strange thing is that:
> 1) when generating object or class files from java sources, less
> errors occur
Interesting. Examples, please; this might be a bug.
> 2) doesn't GCJ just need the classfiles to find the function prototypes
> when generating native code?
No , it doesn't need the class files at all.
> or am I missing the point? why doesn't it suffice to just include
> the CNI headers?
gcj doesn't read CNI headers.
Andrew.