diff options
author | George Fraser <george@fivetran.com> | 2018-04-14 18:38:23 -0700 |
---|---|---|
committer | George Fraser <george@fivetran.com> | 2018-04-14 18:38:23 -0700 |
commit | 7d115b135d128fe30bb29bbcf6b7e114f302cda5 (patch) | |
tree | 071d13d837e45381d5ca55821540503d93c5406d /README.md | |
parent | e2afdb751316949eb90543c43e446dce69bd8f6f (diff) | |
download | java-language-server-7d115b135d128fe30bb29bbcf6b7e114f302cda5.zip |
It's not just VSCode
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# VS Code support for Java using the [Java Compiler API](https://docs.oracle.com/javase/7/docs/api/javax/tools/JavaCompiler.html) +# Language Server for Java using the [Java Compiler API](https://docs.oracle.com/javase/7/docs/api/javax/tools/JavaCompiler.html) Provides Java support using the Java Compiler API. Requires that you have Java 8 installed on your system. |