Fix error “Fatal error compiling: tools.jar not found” of Apache Maven on Eclipse

When working with Apache Maven in Eclipse, I am convinced that no one didn’t encountered an error as below when building the application:

What is the cause? This is because by default Apache Maven will use the Maven Compiler Plugin plugin to compile the… Read More

Install Anypoint Studio

Anypoint Studio is an IDE for developing Mule ESB applications. In this tutorial, we will learn together how to install it! First, let’s go to this site to download Anypoint Studio: https://www.mulesoft.com/lp/dl/studio. Currently, Mule ESB has two versions, 3.x and 4.x, respectively, Anypoint Studio has… Read More

Install Git server on Ubuntu

Unlike CVS or Subversion, Git is now in widespread use for its advantage. In this tutorial, I will guide you through the steps to install a GIT server on the Ubuntu environment! First, let’s open the Ubuntu Terminal and install the Git with the following… Read More