mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
Docs added MacOSX version of Intellij Project Structure JDK Set-Up
This commit is contained in:
parent
757181e26d
commit
73ec84a0bc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user