Clarify IntelliJ import instructions

This commit is contained in:
Mark Vieira 2020-03-23 13:31:19 -07:00
parent 3a3e964956
commit f0a015cae7
No known key found for this signature in database
GPG Key ID: CA947EF7E6D4B105
1 changed files with 4 additions and 1 deletions

View File

@ -125,10 +125,13 @@ You can access Elasticsearch with:
### Importing the project into IntelliJ IDEA
Elasticsearch builds using Java 13. Before importing into IntelliJ you will need
Elasticsearch builds using Java 13. When importing into IntelliJ you will need
to define an appropriate SDK. The convention is that **this SDK should be named
"13"** so that the project import will detect it automatically. For more details
on defining an SDK in IntelliJ please refer to [their documentation](https://www.jetbrains.com/help/idea/sdk.html#define-sdk).
SDK definitions are global, so you can add the JDK from any project, or after
project import. Importing with a missing JDK will still work, IntelliJ will
simply report a problem and will refuse to build until resolved.
You can import the Elasticsearch project into IntelliJ IDEA via: