1. Install JDK
http://blog.csdn.net/sonnet123/article/details/9169741
If the old JDK version or the default JDK version exists, the JDK information above may not be the latest version, you will need to
[Plain]View Plaincopy
- Installing Java Alternative---JDK
- # update-alternatives--install/usr/bin/java Java/usr/java/jdk1.7.0_25/bin/java 60
- To configure the JDK:
- # update-alternatives--config Java
Press Enter to save the current selection [+], or type a selection number:?
2. Install Tomcat
http://blog.csdn.net/zhuying_linux/article/details/6583096
[Email protected] ~]# Unzip Apache-tomcat-6.0.30.zip
[Email protected] ~]# MV apache-tomcat-6.0.30//usr/local/
[Email protected] ~]cd/usr/local/
[Email protected] local]# ln-s/usr/local/apache-tomcat-6.0.30//usr/local/tomcat
[Email protected] local]# CD tomcat/bin/
[[email protected] bin] #ls
[[email protected] bin] #vim catalina.sh
Add the following content:
catalina_home=/usr/local/apache-tomcat-6.0.30/
[Email protected] local]#chmod +x *.sh
Three Start the Tomcat server
[[email protected] tomcat]# /usr/local/tomcat/bin/catalina.sh start
3. Install Eclipse
Http://www.cnblogs.com/hongten/archive/2012/07/12/2588463.html
4. Install Adobe Reader
http://blog.csdn.net/tesge/article/details/56838
when you're done downloading, run Tar Command unpacking:
tar xvzf linux -509. tar gz
unzip these files directly in this directory: COMMON . TAR INSTALL Licread . TXT Linuxrdr . TAR MANIFEST README
Java Web (0)--Install Develop enviroment