Step-2: Create maven project of archetype-webapp Create a new project from New -> Project -> Maven -> archetype -> webapp […]
Read MoreAugust 4, 2019
Install OracleJDK & remove OpenJDK on ubuntu
Step-1: Download Oracle JDK Download from here Step-2: Remove existing openjdk Step-3: Create a directory for Java installation Step-4: Copy […]
Read MoreJune 18, 2019
How to install JMonkey
Jmonkey is a free, open source game engine, made especially for Java game developers who want to create 3D games […]
Read MoreMay 31, 2019
How to call main method from another main method in Java
Let’s start from creating a simple class Hello.java as shown below, Now, Let’s create another class Test.java which also has […]
Read MoreMay 16, 2019
Installing Karel the Robot
Karel is a simulation tool used for learning java, developed at Stanford university. It is available as plugin for eclipse […]
Read MoreMay 15, 2019
How to create an executable Jar file using maven
In this blog post, we will learn how to create a simple quick start project which can be build into […]
Read MoreNovember 20, 2018
Installing JDK on linux
Introduction This is a blog post series on Java Programming. In this blog post, I will cover introduction & installation […]
Read MoreSeptember 25, 2018
How to downgrade java on ubuntu/kali linux
In this blog post I am going to show you how to downgrade java and javac on ubuntu/kali linux. Some […]
Read More