
To learn more about Corda or get support, check out the following resources: Corda Source Code and Additional Projects Now that our environment is set up, we can start working with Corda Choose Ubuntu Software in the Launch Application window.įrom the IntelliJ Software Store page * Click Install * To open the application, click Launch. The snap can also be found directly by searching “IntelliJ Community” in the Ubuntu Software store.įrom Snapcraft.io * Click Install, then View in Desktop Store. Jetbrains offers a pre-built snap package that allows for easy, one-step installation of IntelliJ onto Ubuntu.

Verify that the Git was installed correctly by typing git -version.

Git can be installed using apt with the command sudo apt install git You should see Java version "1.8.xxx" (where xxx is the minor version number)

This step will also detail how to install the JetBrains IntelliJ Integrated Development Environment (IDE). Additionally, the git command line interface is used to clone projects. The Corda Platform and its applications run in the Java Virtual Machine (JVM), requiring the Java 8 JDK to be installed.
