Tag Archives: Java

How to Install Kotlin compiler in Ubuntu 18.04/16.04

This quick tutorial is going to show you how to install the command line Kotlin compiler in Ubuntu 16.04, Ubuntu 17.10, Ubuntu 18.04. Kotlin is a statically typed programming language that runs on the Java virtual machine and also can be compiled to JavaScript source code or use the LLVM compiler infrastructure. Kotlin is a fully supported programming language by ...

Read More »

Install Oracle Java 8 / 9 in Ubuntu 16.04, Linux Mint 18

Oracle Java JDK 9

Quick tutorial for beginners how to easily install Oracle Java JDK8 or JDK9 in Ubuntu 16.04 or Linux Mint 18 via PPA. Webupd8 Team is maintaining a PPA repository with installer scripts for the latest Java 8 and 9, that automatically downloads the Java archive from Oracle website and sets up everything for you. 1. Add the PPA. Open terminal ...

Read More »

Install Oracle Java 9 in Ubuntu 15.04/14.10/14.04/12.04

Oracle Java JDK 9

This is a quick tutorial shows how you can easily install Oracle Java 9, early access release so far, in current supported Ubuntu releases and derivatives, including Ubuntu 15.04, Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04, Ubuntu 10.04, Linux Mint 13/17. NOTE: Oracle Java 9 is still in early access release, it may have bugs and it might not include the ...

Read More »