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