Ubuntu Install jdk,maven,red Hat JBoss Developer Studio 8

Source: Internet
Author: User
Tags jboss

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.