Day: August 11, 2013

Install apache maven 3 on linux

To install apache maven 3 on linux. Firstly, we will have to download the required maven version. It can be found at: http://maven.apache.org/download.cgi Once downloaded, open terminal and go to the download folder. Once there, extract the tar using the following (Note: i have apache maven 3.0.5, so please replace apache-maven-3.0.5-bin with the version you have)

Install oracle jdk 7 on linux

Oracle JDK 7 or Sun JDK 7 (previously known) is not bundled together with linux as before. Nowadays the distro use open jdk rather than oracle jdk. However, there are still people who would rather use oracle jdk then open jdk. However, many do not know the process of installing oracle jdk or just don’t remember.