From c2e19cbbb0a1f9270676a51fb2d50693b77660f8 Mon Sep 17 00:00:00 2001 From: Paul Wisl <129515995+paulwwisl@users.noreply.github.com> Date: Tue, 4 Jul 2023 17:31:58 +0200 Subject: [PATCH] fix #940 Update README.md - new line is important for .vmoptions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4fe0e2126..704a191c5 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Options...` and paste in these lines: --add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED + ``` Once you've done that, restart the IDE.