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: ecj branch


>>>>> "Mohan" == Mohan Embar <gnustuff@thisiscool.com> writes:

Mohan> I'm attempting to revert to a pure Windows build because
Mohan> of cross compilation issues. gij is broken on Windows and
Mohan> when I try to run this using Sun's java, the program
Mohan> executes silently but doesn't produce an output file.
Mohan> Do you have the source for this?

Yeah.  It is in GNU Classpath cvs.  If you look in the jar you can see
what you'll need.  The code in those directories should be relatively
self-contained; don't forget to grab the resource files as well.

Note that this javah defaults to JNI, and in this mode won't generate
a header unless the class actually defines a native method.

Tom


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