排序
Configure JDK17 in Ubuntu 20.04
Configure JDK17 in Ubuntu 20.04,Java 17 was released in September 2017. Java has multiple distributors as it is open source. Download from jdk.java.net for openjdk. The commerical ...
A simple Gradle build with example on Ubuntu
A simple Gradle build with example on Ubuntu,Gradle is a higly customizable, powerful and fast build system. Let's walk through a simple example to configure a project using gradle...
Gerenciando versões com SDKMAN!
Gerenciando versões com SDKMAN!, Bom, quando comecei a programar, colegas me contaram sobre a existência de uma ferramenta que podia me auxiliar ao instalar as versões do Java. ...
How to setup Android Studio in 4GB ram.
How to setup Android Studio in 4GB ram.,For last three days I am messing with my windows 10 laptop having 4GB ram and no graphics card just for getting started with Android apps an...
Installing OpenJDK 15 on Ubuntu 20.04
Installing OpenJDK 15 on Ubuntu 20.04,This post shows how to manually install OpenJDK on your Ubuntu system. This example uses the latest releases of ubuntu (20.04) and OpenJDK (15...
Setup Java and VS Code on Ubuntu
Setup Java and VS Code on Ubuntu,Settings up your development environment for Java on Ubuntu is straight forward. We are going to install the Java SDK and VS code with the Java ext...
How to install JDK in Ubuntu 16.04, 18.04, (or) 20.04
How to install JDK in Ubuntu 16.04, 18.04, (or) 20.04, Step 1: Update Ubuntu $ sudo apt-get update step 2: Download java jdk file [https://www.oracle.com/java/technologies/javase-j...
Install Oracle Java JDK in Ubuntu Linux
Install Oracle Java JDK in Ubuntu Linux,Oracle Java SE 13 was released September 2019. The latest update of Java JDK is 13.0.2. In this post we install the JDK in Ubuntu Linux 18.0...
How to change your Java and javac version on Ubuntu / Linux
How to change your Java and javac version on Ubuntu / Linux,In this short post i will show you how to easily change your java version and your java compiler version on your Ubuntu ...
sudo add-apt-repository ppa:webupd8team/java
sudo add-apt-repository ppa:webupd8team/java,If Java is not not installed follow the following steps: Lunch a Terminal session Add Oracle’s PPA, then update your package repositor...