eruizc-dev / jdtls-launcher

The simplest way to install and launch JDTLS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JDTLS - Launcher

JDTLS Launcher was a simple script that allowed you to easily install and execute Eclipse's JDT Language Server. It included awesome features like updates, and backups, and Lombok configuration.

Deprecation notice

As better alternatives keep appearing, this project was archived on September 17 2023.

This script works and will continue working for a while, but if you run into any issues I suggest migrating to your favorite package manager. Some examples:

Uninstall

Remove symlink and jdtls-launcher directory with rm -rf.

  • Install location can be found using dirname $(realpath jdtls)
  • Symlink locations can be found using where jdtls or which jdtls

About

The simplest way to install and launch JDTLS

License:MIT License


Languages

Language:Shell 100.0%