Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] JDT batch compiler and Java 9

Hi,

I was trying to use Java 9 build 162 to compile the Tycho demo project
https://github.com/eclipse/tycho-demo/tree/master/itp04-rcp 
which failed, details see [1]

I'm trying to figure out whether the problem is in Tycho or in JDT (or both).

Is the JDT batch compiler supposed to work with Java 9 already?
I was looking at the BETA_JAVA9 branch [2] and used latest Y-build from [3]
Are these the correct places to look for JDT core with support for Java 9?

Not sure if relevant but we use the batch compiler Main in-process i.e. we do not fork for compilation.

I found comment [4] and bug [5] which seem to indicate support for jmod files is missing in the batch compiler but wanted to check with you what's the general state of JDT batch compiler with Java 9.

Thanks in advance,
Jan

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=514471
[2] https://github.com/eclipse/eclipse.jdt.core/tree/BETA_JAVA9
[3] http://download.eclipse.org/eclipse/updates/4.7-Y-builds 
[4] https://github.com/eclipse/eclipse.jdt.core/blob/b83faf7320b732fa5955d1e8aa0da3684ea2b5bd/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/FileSystem.java#L251 
[5] https://bugs.eclipse.org/bugs/show_bug.cgi?id=500905 




Back to the top