Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho compiler option for generating jni headers

Hi,

The tycho-compiler-plugin doesn't use javac, but uses ECJ/JDT internally. This `-h` option may not be supported by ECJ. Try investigating how to generate headers with ECJ, and if you don't find a solution, try using the plain maven-compiler-plugin which should use javac instead.

HTH

Back to the top