Jdk,maven Installation
1: Download the corresponding package jdk-7u79-linux-x64.tar.gz,apache-maven-3.3.1-bin.tar.gz from Oracle,apache website.
2: Decompression to their own system, I have extracted to the home, I built a software, in case the reload also do not have to re-download.
3: Execute command: sudo gedit/etc/profile
Add data at the bottom of the file:
#set Java Environment
java_home=/home/zhaoqian/software/jdk1.7.0_79
Jre_home=${java_home}/jre
Classpath=.:${java_home}/lib:${jre_home}/lib
Path=${java_home}/bin: $PATH
#set maven Environment
m2_home=/home/zhaoqian/software/apache-maven-3.3.1
Maven_opts= "-xms256m-xmx512m"
Path= $M 2_home/bin: $PATH
This will do, reboot, java-version,mvn-version, correct output, that's it.
Red Hat JBoss Developer Studio 8 Installation
Red Hat JBoss Developer Studio 8 is an eclipse of JBoss integrated Java EE Development plug-in, just like the spring Sts.
After downloading good Jboss-devstudio-8.1.0.ga-installer-standalone.jar on the official website,
open terminal in corresponding directory, execute: Java jar Jboss-devstudio-8.1.0.ga-installer-standalone.jar
You can open the GUI page to install it.
Ubuntu Install jdk,maven,red Hat JBoss Developer Studio 8