Mention python 3.9 requirement for jdtls.py

This commit is contained in:
Mathias Fussenegger 2023-03-19 07:41:28 +01:00
parent a71e656a55
commit 34202bc141

View file

@ -68,6 +68,7 @@ require('jdtls').start_or_attach(config)
**Important**:
- eclipse.jdt.ls requires Java 17
- The `jdtls` script requires Python 3.9
- You'll have to teach eclipse.jdt.ls about your JDK installations by setting
up `runtimes` if your projects use a different Java version than the one
you're using for eclipse.jdt.ls itself. See `Java XY language features are