Java 9 (build 9-ea+170) issues

The syntax is wrong. You need to add the values as two separate values.
options.compilerArgs +=[ “–add-modules”]
options.compilerArgs += [“java.xml.ws.annotation”]

2 Likes