MrThaler

Results 2 comments of MrThaler

It should not be `--add-exports EXPORT`, but instead `--add-exports=EXPORT`. When I correctly use the `=` sign there does not seem to be an error anymore: ``` --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED...

> but the second one is closer (within g-j-f's constraint of only modifying whitespace) I agree that the second one is closer. However, it seems to me that the first...