2016.3 does not work with jdk9_b135 java compiler

已回答

Possible reason is that idea tries to use old-fashioned non-gnu-styled compiler option "-release" instead of "--release". Does anyone have a clue how to workaround it without updating an IDE? 

1
Avatar
Permanently deleted user

Workaround was found - setting language level to "X - Experimental" solves this issue... 

1
Avatar
Permanently deleted user

Setting language level to Experimental solves invalid flag issue while compiling using Java 9

0

请先登录再写评论。