Update eclipsejdt_lsp.md
This commit is contained in:
parent
79f0c020b0
commit
6f8255377d
1 changed files with 10 additions and 10 deletions
|
|
@ -1,14 +1,14 @@
|
|||
```bash
|
||||
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 \\
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue