<liclass="toctree-l1"><aclass="reference internal"href="oracles.html#implementing-an-oracle-with-continuously-varying-data">Implementing an oracle with continuously varying data</a></li>
<liclass="toctree-l1"><aclass="reference internal"href="oracles.html#using-an-oracle">Using an oracle</a></li>
<liclass="toctree-l1"><aclass="reference internal"href="setting-up-a-corda-network.html">Introduction - What is a corda network?</a></li>
<liclass="toctree-l1"><aclass="reference internal"href="setting-up-a-corda-network.html#setting-up-your-own-network">Setting up your own network</a></li>
<p>We have tried to make access to Corda as relatively simple as possible, using industry standard established tools.
Although it is possible to replace any of the recommendations below, we will find it a lot easier to support your efforts
if you follow our guidelines. Saying that, we are also interested in problems that arise due to different configurations.</p>
<divclass="section"id="a-jvm">
<h2>A JVM<aclass="headerlink"href="#a-jvm"title="Permalink to this headline">¶</a></h2>
<p>Corda runs in a JVM and is written predominantly in Kotlin with some example use cases demonstrated in Java that we have
incorporated to demonstrate that Kotlin and Java can work seemlessly together. We recommend the most recent production
version of Java 8. The JDK can be obtained <aclass="reference external"href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">from Oracle</a>.
Other implementations of the JVM are not actively supported, but as mentioned, we are interested in finding out any issues you
do have with them.</p>
</div>
<divclass="section"id="intellij">
<h2>IntelliJ<aclass="headerlink"href="#intellij"title="Permalink to this headline">¶</a></h2>
<p>We strongly recommend the use of IntelliJ’s Development Environment known as IDEA. Download it for free from
<aclass="reference external"href="https://www.jetbrains.com/idea/download/">JetBrains</a>. The primary reason we recommend this particular IDE is that it integrates
very well with our choice of language for Corda, “Kotlin”, as Jetbrains also support the development of Kotlin.</p>
<pclass="last">When opening the Corda project for the first time from the IntelliJ splash screen, please use “Open”
and then agree to import the Gradle project from the popup bubble. Don’t pick “Import” on the splash screen,
because a bug in IntelliJ will cause the pre-packaged run configurations to be erased. If you see this warning
too late, it’s no problem, just use <codeclass="docutils literal"><spanclass="pre">git</span><spanclass="pre">checkout</span><spanclass="pre">.idea/runConfiguration</span></code> or the version control tab in IntelliJ
<h2>Kotlin<aclass="headerlink"href="#kotlin"title="Permalink to this headline">¶</a></h2>
<p>Kotlin is available as a downloadable plugin to IntelliJ. Refer to IntelliJ’s instructions on
<aclass="reference external"href="https://kotlinlang.org/docs/tutorials/getting-started.html">getting Started with Kotlin and IntelliJ</a>. Additionally,
if you would like to start getting to grips with the Kotlin language, then we strongly recommend you work through some
of the tutorials (known as “koans”) as well. Also see our <aclass="reference internal"href="further-notes-on-kotlin.html"><spanclass="doc">Further notes on Kotlin</span></a>.</p>
<p>We use git to version control Corda. The authorative place to obtain git is from the main <aclass="reference external"href="https://git-scm.com/downloads">git website</a>
but it may be the case that your operating system provides git with a supported utility (e.g. for Apple, git is provided along
with XCode - their free development environment). If this is the case, we would recommend you obtain git via that
supported route.</p>
<p>You will need the command line package installed which you can then use natively (via the command line) or via IntelliJ
(in which case you may need to configure IntelliJ to recognise where git has been installed on your system). IntelliJ and
git configuration are quite seemless although the first time you use it, you will have to configure IntelliJ the location
of your git command installation. More details regarding this can be found
on the <aclass="reference external"href="https://www.jetbrains.com/help/idea/2016.2/using-git-integration.html">JetBrains website</a></p>
</div>
<divclass="section"id="gradle">
<h2>Gradle<aclass="headerlink"href="#gradle"title="Permalink to this headline">¶</a></h2>
<p>Gradle is our primary means of building Corda and managing dependencies. IntelliJ has its own view of this and occasionally
may need to be resynced from time to time. This can be done within IntelliJ by pressing the “gradle refresh” icon located
on the gradle tab (generally found on the right hand side), or by following the gradle commands specific for the task you
are performing (details expounded later). Whenever prompted about gradle, accept the defaults suggested by IntelliJ.</p>
Built with <ahref="http://sphinx-doc.org/">Sphinx</a> using a <ahref="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <ahref="https://readthedocs.org">Read the Docs</a>.