Error in folder name

This commit is contained in:
Joel Dudley 2017-08-14 13:31:15 +01:00 committed by GitHub
parent f52856deaa
commit 55a4264652

View File

@ -83,7 +83,7 @@ Run from the command prompt
Run from IntelliJ
~~~~~~~~~~~~~~~~~
1. Open IntelliJ Community Edition
2. On the splash screen, click "Open" (do NOT click "Import Project") and select the cordapp-template folder
2. On the splash screen, click "Open" (do NOT click "Import Project") and select the cordapp-tutorial folder
.. warning:: If you click "Import Project" instead of "Open", the project's run configurations will be erased!
@ -128,7 +128,7 @@ Run from the terminal
Run from IntelliJ
~~~~~~~~~~~~~~~~~
1. Open IntelliJ Community Edition
2. On the splash screen, click "Open" (do NOT click "Import Project") and select the cordapp-template folder
2. On the splash screen, click "Open" (do NOT click "Import Project") and select the cordapp-tutorial folder
3. Once the project is open, click "File > Project Structure". Under "Project SDK:", set the project SDK by clicking "New...", clicking "JDK", and navigating to /Library/Java/JavaVirtualMachines/jdk1.8.0_XXX (where "XXX" is the latest minor version number). Click "OK".
4. Click "View > Tool Windows > Event Log", and click "Import Gradle project", then "OK". Wait, and click "OK" again when the "Gradle Project Data To Import" window appears
5. Wait for indexing to finish (a progress bar will display at the bottom-right of the IntelliJ window until indexing is complete)