java stuff

This commit is contained in:
Christian Nieves
2023-01-26 19:17:16 +00:00
parent be73e64453
commit 5e51771f9c
5 changed files with 220 additions and 67 deletions

15
scripts/scripts/javalsp Executable file
View File

@ -0,0 +1,15 @@
cd "$HOME/bin/jdtls"
java \
-Declipse.application=org.eclipse.jdt.ls.core.id1 \
-Dosgi.bundles.defaultStartLevel=4 \
-Declipse.product=org.eclipse.jdt.ls.core.product \
-Dlog.level=ALL \
-noverify \
-Xmx1G \
-jar ./plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar \
-configuration ./config_linux \
-data "$HOME/jdtls_data" \
--add-modules=ALL-SYSTEM \
--add-opens java.base/java.util=ALL-UNNAMED \
--add-opens java.base/java.lang=ALL-UNNAMED