Skip to content

Commit

Permalink
Merge pull request corda#3684 from EricMcEvoyR3/master
Browse files Browse the repository at this point in the history
Docs added MacOSX version of Intellij Project Structure JDK Set-Up
  • Loading branch information
mcevoyinit authored Jul 25, 2018
2 parents 40fc56f + 73ec84a commit 121dbec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/tutorial-cordapp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ Let's open the example CorDapp in IntelliJ IDEA:
* A splash screen will appear. Click ``open``, select the cloned ``cordapp-example`` folder, and click ``OK``

* Once the project is open, click ``File``, then ``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``
clicking ``New...``, clicking ``JDK``, and navigating to ``C:\Program Files\Java\jdk1.8.0_XXX`` on Windows or ``Library/Java/JavaVirtualMachines/jdk1.8.XXX`` on MacOSX (where ``XXX`` is the
latest minor version number). Click ``Apply`` followed by ``OK``

* Again under ``File`` then ``Project Structure``, select ``Modules``. Click ``+``, then ``Import Module``, then select
the ``cordapp-example`` folder and click ``Open``. Choose to ``Import module from external model``, select
Expand Down

0 comments on commit 121dbec

Please sign in to comment.