Update eclipsejdt_lsp.md
This commit is contained in:
parent
cce4d9b0f8
commit
79f0c020b0
1 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
```bash
|
||||||
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 \\
|
||||||
|
|
@ -9,6 +10,6 @@ java -jar plugins/org.eclipse.equinox.launcher_1.6.700.v20231214-2017.jar \\
|
||||||
--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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue