Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

sourcegraph/java-langserver

Repository files navigation

Java Language Server

Sourcegraph language server for the Java programming language

Support

Hover Jump to def Find references Workspace symbols VFS extension Isolated Parallel
Java x x x x x x x

Development environment

  • Manually vendor tools.jar from your system Java JDK. This is required because Maven otherwise will not include these dependency classes in the generated .jar.
  • You can build from the command line using mvn clean compile assembly:single. The output is called target/java-language-server.jar.
  • Run the language server with java -jar target/java-language-server.jar -l INFO
  • During development, it is often easier to build and run from the IDE. The preferred IDE is IntelliJ.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published