IntelliJ IDEA 3D creation suite on Ubuntu 20.04 Focal Fossa

How to install IntelliJ IDEA on Ubuntu 20.04 Linux Desktop

In this tutorial we will be installing the IntelliJ IDEA on Ubuntu 20.04 Focal Fossa Desktop.

WHAT IS INTELLIJ IDEA?
IntelliJ IDEA is an integrated development environment written in Java for developing computer software. It is developed by JetBrains, and is available as an Apache 2 Licensed community edition, and in a proprietary commercial edition. Both can be used for commercial development.. Reference: https://en.wikipedia.org/wiki/IntelliJ_IDEA

In this tutorial you will learn:

Read more

Kotlin on Ubuntu 20.04 Focal Fossa Linux

How to install Kotlin on Ubuntu 20.04 Focal Fossa Linux

Kotlin is a general-purpose programming language which interoperates fully with Java. Kotlin’s JVM version of its standard library depends on the Java Class Library, hence this tutorial will first show the reader how to install Java SDK and then a Kotlin compiler on Ubuntu 20.04.

In this tutorial you will learn:

  • How to install Java SDK
  • How to install Kotlin compiler
  • How to compile simple Kotlin program
  • How to run Kotlin program

Read more