Paste a multi-line Java String in Eclipse [duplicate]

This question already has answers here: Surround with quotation marks (4 answers) Closed 3 years ago. Unfortunately, Java has no syntax for multi-line string literals. No problem if the IDE makes it easy to work with constructs like String x = “CREATE TABLE TEST ( \n” + “A INTEGER NOT NULL PRIMARY KEY, \n” … … Read more