Update eclipsejdt_lsp.md

This commit is contained in:
Sander Hautvast 2024-02-12 11:13:39 +01:00 committed by GitHub
parent e1508fba12
commit cce4d9b0f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,13 +1,13 @@
java -jar plugins/org.eclipse.equinox.launcher_1.6.700.v20231214-2017.jar \ java -jar plugins/org.eclipse.equinox.launcher_1.6.700.v20231214-2017.jar \\
-Declipse.application=org.eclipse.jdt.ls.core.id1 \ -Declipse.application=org.eclipse.jdt.ls.core.id1 \\
-Dosgi.bundles.defaultStartLevel=4 \ -Dosgi.bundles.defaultStartLevel=4 \\
-Declipse.product=org.eclipse.jdt.ls.core.product -Declipse.product=org.eclipse.jdt.ls.core.product \\
-Dlog.level=ALL \ -Dlog.level=ALL \\
-Xmx1G \ -Xmx1G \\
--add-modules=ALL-SYSTEM \ --add-modules=ALL-SYSTEM \\
--add-opens java.base/java.util=ALL-UNNAMED \ --add-opens java.base/java.util=ALL-UNNAMED \\
--add-opens java.base/java.lang=ALL-UNNAMED \ --add-opens java.base/java.lang=ALL-UNNAMED \\
-configuration ./config_mac \ -configuration ./config_mac \\
-data . -data .
\# -data needs local workspace \# -data needs local workspace