xref: /Lucene/help/IDEs.txt (revision b1e2d0c8906615a4de41511fbd1bd663908b7195)
1IntelliJ IDEA
2=============
3
4Importing the project as a gradle project should just run out of the box.
5
6
7Eclipse
8=======
9
10Run the following to set up Eclipse project files:
11
12./gradlew eclipse
13
14then import the project into Eclipse with:
15
16File -> Import... -> Existing Project into Workspace
17
18Please note that Eclipse does not distinguish between sub-projects
19and package sets (main/ test) so pretty much all the sources and dependencies
20are available in one large bin.
21