Blog Archives

01. Setting up Java step by step tutorial

This is mainly for the beginners of Java to get started with Maven, and eclipse. This is required not only for learning Java, but also conducive to creating your self-taught Java projects.

Set up folders

1) C:\tools to install Java development tools like JDK, Maven, Eclipse IDE, etc. Create a sub-folder “jdk-8u131-windows-x64” to install JDK “8u131”.…



01. ⏯ Setting up Java step by step video tutorial

Related Links

1. Setting up Java step by step beginner tutorial

2. 17 Java Overview Interview Questions & Answers



02. Getting started with Java packages, projects, classpath & jar files

This extends “Setting up Java step by step tutorial“.

What are packages & why are they important?

A java package is a group of similar types of classes, interfaces and sub-packages. In Java you have built-in packages in the src.zip with *.java files & rt.jar with *.class files within packages such as java.lang,…



02a. ⏯ Getting started with Java packages, projects, classpath & jar files video tutorial

Related Links

1. Getting started with Java packages, projects, classpath & jar files



02b. ⏯ Java project with third-party libraries & unit testing without an IDE

Related Links

1. Java project with packages & jar file dependency without an IDE & build tool tutorial



03. Setting up Maven step by step tutorial

This is mainly for the beginners of Java to get started with Maven. This is required not only for learning Java, but also conducive to creating your self-taught Java projects. Extends Setting up Java step by step tutorial. This is an industrial strength tool to build Java applications.

Install Maven

Maven is a build, dependency management (i.e.…



03. ⏯ Setting up Maven step by step video tutorial

Related Links

1. Setting up Maven step by step tutorial

Maven Interview Q&As

1. 12 Maven interview Questions & Answers

2. 7 More Maven interview Questions & Answers

3. Git & Maven for releasing software artifacts Q&As



04. Setting up Eclipse IDE step by step tutorial

Install eclipse

Step 1: Download and install eclipse latest version into the “c:\tools” folder from

http://www.eclipse.org/downloads/

It is an IDE (i.e. Integrated Development Environment). This tutorial downloads Eclipse Neon. Get the EE (Enterprise Edition).

Select “c:\tools” as the target folder.

Launch it.

Step 2: It is a good practice to keep your eclipse workspace separate from where your projects.…



04. ⏯ Getting started with Eclipse step by step beginner video tutorial

Related Links

1. Setting up Eclipse IDE step by step tutorial.

2. Top 10 Eclipse short-cut keys every Java developer using eclipse IDE must know.…



05. ⏯ Getting started with Eclipse & Maven beginner video tutorial

[arve url=”https://vimeo.com/220119559/”] Related Links 1. Getting started with Eclipse IDE & Maven step by step tutorial….



800+ Java & Big Data Interview Q&As

200+ Java & Big Data Tutorials

Top