Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • I can't, see my update, it gives the error "String literal is not properly closed by a double-quote". Commented Jun 7, 2020 at 4:18
  • @HenryLowCZ what version of java are you using? Commented Jun 7, 2020 at 4:30
  • My Java version is jdk1.8.0_211 Commented Jun 7, 2020 at 4:35
  • @HenryLowCZ did you check the link I have given? It says, that this feature is available in java 13. Commented Jun 7, 2020 at 4:39
  • I've downloaded 13.0.2 from this link jdk.java.net/archive . And I've added the jdk to Environment Variable and added installed JREs in Eclipse > Windows Preferences. I've even reset the JRE System Library of my project, yet the error is still the same Commented Jun 7, 2020 at 8:34