Tag Archive for Java

Java, IntelJ Idea and Eclipse installation on Linux-Ubuntu

eclipse startUp dslab.us

How to install classic JDK (not open JDK), Eclipse and Intel J Idea in Ubuntu Linux ? Step 1:  Download classic JDK (java development Kit) by link: https://www.oracle.com/java/technologies/downloads/archive/ Choose right version: I am using JDK 8u77 Java SE Development Kit…

Java JSON – 3 ways to work with

JSon Java

In this post I show you how to work with JSON in JAVA 8. We will use 3 ways: Google Json Library, Oracle Javax Json Library and Simple Json Library. Google Json Library Google Json Maven and Jars Oracle Json…