Are you tired of trying to install eclipse IDE in ubuntu
16.04 ? You don’t have to worry about that moreover. In this article, I am
going to describe how to install Eclipse juno IDE(from Eclipse Juno SR2 Packages, that has developed for Java EE Developers) in ubuntu 16.04.Eclipse
is an integrated development environment (IDE) used in computer programming,
and is the most widely used Java IDE.
Saturday, February 11, 2017
Wednesday, February 8, 2017
How to install Apache Maven & Apache Hadoop in Ubuntu 16.04
In this article I am going to discuss how to setup Maven and Hadoop. The steps for all two frameworks are always the same:
1.Decompress the archive
2.Add the correct console variable
3.Test the correctness of the installation
1. 1 Download Latest Maven binaries from apache site
First you have to go apache site using this link
Sunday, February 5, 2017
How to install java in Ubuntu 16.04 using the terminal
In this article, I am going to describe how to install java in Ubuntu 16.04 using the terminal.
First I am going to add Oracle's PPA(Personal Package Archive) using terminal command.
You can open terminal easily by pressing Ctrl + Alt + t
Then type and enter below code.
sudo add-apt-repository ppa:webupd8team/java
After that update your package repository using this terminal command.
sudo apt-get update
Subscribe to:
Posts (Atom)
How to send Slack notification using a Python script?
In this article, I am focussing on sending Slack notifications periodically based on the records in the database. Suppose we have to monit...
-
What is Arduino Mega 2560 ? The Mega 2560 is a micro controller board which is designed for more complex projects like 3D printers an...
-
Last time I discussed about Arduino Mega 2560 micro controller board . Now I'm going to discuss about a simple project using Arduino Meg...