diff options
author | Leigh McCulloch <leigh@mcchouse.com> | 2019-02-19 05:08:35 +0000 |
---|---|---|
committer | George Fraser <george@fivetran.com> | 2019-03-02 09:21:54 -0800 |
commit | 4a850518b55629cb87f9f6b32d7ea6023ed03424 (patch) | |
tree | ed83954a80b70c62931bff1d920082c50f79965d /lib | |
parent | 178a451c37d70bb779da0b92653caa037a425ad3 (diff) | |
download | java-language-server-4a850518b55629cb87f9f6b32d7ea6023ed03424.zip |
Remove src.zip and get it from JAVA_HOME
What
===
Remove src.zip and get it from the path pointed to by the JAVA_HOME
environment variable.
Why
===
When using this tool standalone the lib/src.zip file doesn't seem to be
packaged inside what is jlinked which causes exceptions on startup. It
also seems odd to package src.zip inside the tool when Java JDK
installations come with src, and in the event they don't (e.g. OpenJDK
on Debian) they can be easily installed using the distros built in
package manager.
As a side note the src.zip licensing is ambiguous to me and it's not
clear from any other documentation in this repository how it is being
licensed. I assume it is properly licensed to have been included, but
regardless removing any licensing ambiguity from the tool seems ideal
for those using it.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/src.zip | bin | 61243737 -> 0 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/lib/src.zip b/lib/src.zip Binary files differdeleted file mode 100644 index d08e5b4..0000000 --- a/lib/src.zip +++ /dev/null |