简体   繁体   中英

Installing java,tomcat ,eclipse and maven in ubuntu

I am new to java and to get my project working I need eclipse, java, tomcat and maven. I am using Ubuntu. Is there any particular order for installations? Is there any place I can get a detailed read about it?

To install JDK (Java Development Kit): http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

To install JRE (Java Runtime Environment): http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html

To install Eclipse: https://www.eclipse.org/downloads/

To install Tomcat: https://tomcat.apache.org/download-90.cgi

You need to install JRE first because Eclipse is built with Java. Select the appropriate pacgakes to the Ubuntu OS in the download pages.

Maven is included in the Eclipse EE environment.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM