mirror of
https://github.com/corda/corda.git
synced 2025-02-21 09:51:57 +00:00
Properly escape backslashes in windows paths (#1556)
* fix some backslashes in the windows paths in the docs This reverts commit 4532bca58009ccba9d5d2ac97cb2a62c35770b72.
This commit is contained in:
parent
4df8b427d2
commit
246ab26d30
@ -93,7 +93,7 @@ Run from IntelliJ
|
||||
|
||||
.. warning:: If you click "Import Project" instead of "Open", the project's run configurations will be erased!
|
||||
|
||||
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 C:\Program Files\Java\jdk1.8.0_XXX (where "XXX" is the latest minor version number). Click "OK".
|
||||
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 C:\\Program Files\\Java\\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)
|
||||
6. At the top-right of the screen, to the left of the green "play" arrow, you should see a dropdown. In that dropdown, select "Run Example Cordapp - Kotlin" and click the green "play" arrow.
|
||||
|
Loading…
x
Reference in New Issue
Block a user