From 13599e130ddc70faa0122c62a699e346669ed624 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Mon, 12 Feb 2024 10:52:31 +0100 Subject: [PATCH] Create eclipsejdt_lsp.md --- cmd/eclipsejdt_lsp.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 cmd/eclipsejdt_lsp.md diff --git a/cmd/eclipsejdt_lsp.md b/cmd/eclipsejdt_lsp.md new file mode 100644 index 0000000..36ecf8a --- /dev/null +++ b/cmd/eclipsejdt_lsp.md @@ -0,0 +1,14 @@ +java -jar plugins/org.eclipse.equinox.launcher_1.6.700.v20231214-2017.jar \ + -Declipse.application=org.eclipse.jdt.ls.core.id1 \ + -Dosgi.bundles.defaultStartLevel=4 \ + -Declipse.product=org.eclipse.jdt.ls.core.product + -Dlog.level=ALL \ + -Xmx1G \ + --add-modules=ALL-SYSTEM \ + --add-opens java.base/java.util=ALL-UNNAMED \ + --add-opens java.base/java.lang=ALL-UNNAMED \ + -configuration ./config_mac \ + -data . + + # -data needs local workspace +