我是靠谱客的博主 隐形白羊,这篇文章主要介绍Linux基础核心经典教程(021)——CentOS安装Eclipse版权声明概述安装步骤,现在分享给大家,希望可以做个参考。


版权声明

  • 本文原创作者:谷哥的小弟
  • 作者博客地址:http://blog.csdn.net/lfdfhl

概述

之前,我们在CentOS中安装了JDK、Tomcat;接下来,我们在CentOS中安装Eclipse。

安装步骤

在此,详细介绍Eclipse的安装步骤。

第一步:上传Eclipse

使用XFTP将Eclipse压缩包上传至/opt
在这里插入图片描述
在这里插入图片描述

第二步:解压Eclipse压缩包

进入/opt目录将上传的Eclipse压缩包解压。

复制代码
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[root@MyCentOS /]# cd /opt/ [root@MyCentOS opt]# ls -l 总用量 514720 drwxr-xr-x. 9 root root 4096 611 11:12 apache-tomcat-7.0.70 -rw-r--r--. 1 root root 8924465 611 11:08 apache-tomcat-7.0.70.tar.gz -rw-r--r--. 1 root root 287110893 611 12:48 eclipse-jee-mars-2-linux-gtk-x86_64.tar.gz -r--r--r--. 1 root root 77493120 610 10:16 firefox-45.0.1-1.el6.centos.x86_64.rpm drwxr-xr-x. 2 root root 4096 63 22:56 home drwxr-xr-x. 8 uucp 143 4096 411 2015 jdk1.7.0_79 -rw-r--r--. 1 root root 153512879 611 10:13 jdk-7u79-linux-x64.gz drwxr-xr-x. 2 root root 4096 326 2015 rh drwxr-xr-x. 3 root root 4096 63 22:39 temp [root@MyCentOS opt]# tar -zxvf eclipse-jee-mars-2-linux-gtk-x86_64.tar.gz

在这里插入图片描述

在这里插入图片描述

第三步:启动并配置Eclipse

进入到解压后的Eclipse文件夹通过./eclipse命令启动Eclipse

复制代码
1
2
3
4
5
6
7
[root@MyCentOS /]# cd /opt/eclipse [root@MyCentOS eclipse]# ls artifacts.xml dropins eclipse.ini icon.xpm plugins configuration eclipse features p2 readme [root@MyCentOS eclipse]# ./eclipse

在这里插入图片描述
在这里插入图片描述

在这里插入图片描述

第四步:创建JavaWeb工程

在这里插入图片描述

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

第五步:编写JavaWeb工程代码

在这里插入图片描述

第六步:部署JavaWeb工程

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

第七步:访问JavaWeb工程

请分别在Windows系统和CentOS系统中访问JavaWeb工程的默认主页:
在这里插入图片描述
在这里插入图片描述

最后

以上就是隐形白羊最近收集整理的关于Linux基础核心经典教程(021)——CentOS安装Eclipse版权声明概述安装步骤的全部内容,更多相关Linux基础核心经典教程(021)——CentOS安装Eclipse版权声明概述安装步骤内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(87)

评论列表共有 0 条评论

立即
投稿
返回
顶部