java-language-server
java-language-server copied to clipboard
Java language server using the Java compiler API
Thing one: thank you for the excellent project. I've been using it without a hitch for several months now, and it has enabled me to set up a Bazel-based pure-web...
1. Should download jdk to current dir 2. Use jlink in current dir in `scripts/link_linux.sh`
## Request Allow passing parameters to `mvn` invocation. Examples: `-o`, `-DskipValidation=true`, etc ## Use case Due to my company's Maven base-pom hierarchy (which contains reformatter and lints as part of...
Sometimes we don't need analysis against the entire project but parts of the project are enough. In that case, using a reduced target is more efficient.
Hello, I first want to say I love this project so far. I discovered it today, and I think it will be very useful for me. I noticed that classes...
Pom.xml specifies Java 13, but only underneath the Contributing heading of the README is 13 mentioned as being required. If I need to specify `$JAVA_HOME` to java 8 for my...
/bin/jlink doesn't exist on my mac, and I couldn't find it on Homebrew either.
Issue Type: Bug hey guys, so my java language support keeps crashing, like it says java language server crashed 3 times in 5 minutes and then it just wants me...
Issue Type: Bug hey guys, so my java language support keeps crashing, like it says java language server crashed 3 times in 5 minutes and then it just wants me...
Hi! The following happens on openSUSE Tumbleweed when invoking `scripts/link_mac.sh`: ```JAVA_HOME is set to: /usr/lib64/jvm/java JAVA_HOME version is: 11 [INFO] Scanning for projects... [INFO] [INFO] ---------------------< org.javacs:javac-services >---------------------- [INFO] Building...