mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +00:00
Docs: mention what to do if IntelliJ complains about lack of a jdk
This commit is contained in:
parent
67c810e315
commit
b915a30dee
18
docs/build/html/_sources/getting-set-up.txt
vendored
18
docs/build/html/_sources/getting-set-up.txt
vendored
@ -23,6 +23,24 @@ The code should build, the unit tests should show as all green.
|
||||
|
||||
You can catch up with the latest code by selecting "VCS -> Update Project" in the menu.
|
||||
|
||||
If IntelliJ complains about lack of an SDK
|
||||
------------------------------------------
|
||||
|
||||
If on attempting to open the project, IntelliJ refuses because SDK was not selected, do the following:
|
||||
|
||||
Configure -> Project Defaults -> Project Structure
|
||||
|
||||
on that tab:
|
||||
|
||||
Project Settings / Project
|
||||
|
||||
click on New… next to the red <No SDK> symbol, and select JDK. It should then pop up and show the latest JDK it has
|
||||
found at something like
|
||||
|
||||
jdk1.8.0_xx…/Contents/Home
|
||||
|
||||
Also select Project language level: as 8. Click OK. Open should now work.
|
||||
|
||||
Doing it without IntelliJ
|
||||
-------------------------
|
||||
|
||||
|
16
docs/build/html/getting-set-up.html
vendored
16
docs/build/html/getting-set-up.html
vendored
@ -85,10 +85,12 @@
|
||||
<li class="toctree-l1"><a class="reference internal" href="inthebox.html">What’s included?</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="overview.html">Overview</a></li>
|
||||
<li class="toctree-l1 current"><a class="current reference internal" href="">Getting set up</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#if-intellij-complains-about-lack-of-an-sdk">If IntelliJ complains about lack of an SDK</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#doing-it-without-intellij">Doing it without IntelliJ</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="tutorial.html">Tutorial</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="visualiser.html">Using the visualiser</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="roadmap.html">Roadmap</a></li>
|
||||
</ul>
|
||||
|
||||
@ -150,6 +152,20 @@ then clicking “Install JetBrains plugin”, then searching for Kotlin,
|
||||
gradle logo next to it).</p>
|
||||
<p>The code should build, the unit tests should show as all green.</p>
|
||||
<p>You can catch up with the latest code by selecting “VCS -> Update Project” in the menu.</p>
|
||||
<div class="section" id="if-intellij-complains-about-lack-of-an-sdk">
|
||||
<h2>If IntelliJ complains about lack of an SDK<a class="headerlink" href="#if-intellij-complains-about-lack-of-an-sdk" title="Permalink to this headline">¶</a></h2>
|
||||
<p>If on attempting to open the project, IntelliJ refuses because SDK was not selected, do the following:</p>
|
||||
<blockquote>
|
||||
<div>Configure -> Project Defaults -> Project Structure</div></blockquote>
|
||||
<p>on that tab:</p>
|
||||
<blockquote>
|
||||
<div>Project Settings / Project</div></blockquote>
|
||||
<p>click on New… next to the red <No SDK> symbol, and select JDK. It should then pop up and show the latest JDK it has
|
||||
found at something like</p>
|
||||
<blockquote>
|
||||
<div>jdk1.8.0_xx…/Contents/Home</div></blockquote>
|
||||
<p>Also select Project language level: as 8. Click OK. Open should now work.</p>
|
||||
</div>
|
||||
<div class="section" id="doing-it-without-intellij">
|
||||
<h2>Doing it without IntelliJ<a class="headerlink" href="#doing-it-without-intellij" title="Permalink to this headline">¶</a></h2>
|
||||
<p>If you don’t want to explore or modify the code in a local IDE, you can also just use the command line and a text editor:</p>
|
||||
|
1
docs/build/html/index.html
vendored
1
docs/build/html/index.html
vendored
@ -156,6 +156,7 @@ prove or disprove the following hypothesis:</p>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="getting-set-up.html">Getting set up</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="getting-set-up.html#if-intellij-complains-about-lack-of-an-sdk">If IntelliJ complains about lack of an SDK</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="getting-set-up.html#doing-it-without-intellij">Doing it without IntelliJ</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
2
docs/build/html/searchindex.js
vendored
2
docs/build/html/searchindex.js
vendored
File diff suppressed because one or more lines are too long
@ -23,6 +23,24 @@ The code should build, the unit tests should show as all green.
|
||||
|
||||
You can catch up with the latest code by selecting "VCS -> Update Project" in the menu.
|
||||
|
||||
If IntelliJ complains about lack of an SDK
|
||||
------------------------------------------
|
||||
|
||||
If on attempting to open the project, IntelliJ refuses because SDK was not selected, do the following:
|
||||
|
||||
Configure -> Project Defaults -> Project Structure
|
||||
|
||||
on that tab:
|
||||
|
||||
Project Settings / Project
|
||||
|
||||
click on New… next to the red <No SDK> symbol, and select JDK. It should then pop up and show the latest JDK it has
|
||||
found at something like
|
||||
|
||||
jdk1.8.0_xx…/Contents/Home
|
||||
|
||||
Also select Project language level: as 8. Click OK. Open should now work.
|
||||
|
||||
Doing it without IntelliJ
|
||||
-------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user