As I know, Eclipse PDE headless build needs jdt dependency. So it means source code is compiled with jdt - ecj - not javac.
What I want to know is how to change the compiler with javac not ecj.
Is it possible? If so, please let me know how.
As I know, Eclipse PDE headless build needs jdt dependency. So it means source code is compiled with jdt - ecj - not javac.
What I want to know is how to change the compiler with javac not ecj.
Is it possible? If so, please let me know how.