>>>>> "Stéphane" == Stéphane Konstantaropoulos <stephane@cs.york.ac.uk> writes: Stéphane> I was wondering if it was possible to generate C++ headers from Java Stéphane> code files, avoiding to compile as .class in between? No, not with the current gcj. gcjx can do this, but its CNI header back end is missing a couple of minor things. Tom