In this article we will explorer how to install and manage multiple Java version on MacOS. For this purpose, we will use a well known Java Version Manager software called jEnv. There are two…
Tag: java
In this article we will learn how to expose Spring Boot web application with the help of NGINX reverse proxy. Install NGINX Let’s begin with installation of NGINX, for this tutorial we will be…
This article walks you through the process of deploying Java JAR or WARpackage file on linux operating system as systemd service. Please note that we will discuss the generic method of JAR / WAR deployment regardless of the underlaying framework or programming language…
In this article I will explain how to install Oracle Java on Ubuntu 16.04 LTS Server. I will explain the installation process of both Oracle Java 8 and 9. 1. Add the PPA Run following command to…