linux 下面配置eclipse 与搭建maven 环境
  TEZNKK3IfmPf 2023年11月14日 28 0
  • linux 下面配置eclipse 与搭建maven 环境

linux 下面配置eclipse与搭建 maven 环境

1.1 上传安装处理

    apache-maven-3.0.5-bin.tar.gz 
    repository.tar.gz
    eclipse-jee-kepler-SR1-linux-gtk-x86_64.tar.gz

1.2 配置maven 环境

  $ mkdir .mvn

linux 下面配置eclipse 与搭建maven 环境

  $tar -zxvf apache-maven-3.0.5-bin.tar.gz -C yangyang/

linux 下面配置eclipse 与搭建maven 环境

  $ vim .bash_profile

linux 下面配置eclipse 与搭建maven 环境

  $source .bash_profile
  $mvn -version

linux 下面配置eclipse 与搭建maven 环境

  $ tar -zxvf repository.tar.gz -C .mvn

linux 下面配置eclipse 与搭建maven 环境

  $cd yangyang/mvn/conf
  
  $cp -p setting.xml /home/hadoop/.mvn

linux 下面配置eclipse 与搭建maven 环境

2.2安装配置eclipse (整个过程要联网)

 $tar -zxvf eclipse-jee-kepler-SR1-linux-gtk-x86_64.tar.gz -C yangyang

linux 下面配置eclipse 与搭建maven 环境

    $ 打开一个console 终端
    $cd yangyang/eclipse 

linux 下面配置eclipse 与搭建maven 环境

    $./eclipse

linux 下面配置eclipse 与搭建maven 环境

linux 下面配置eclipse 与搭建maven 环境

点击OK

linux 下面配置eclipse 与搭建maven 环境

关掉welcome

linux 下面配置eclipse 与搭建maven 环境

2.3配置maven 环境处理

linux 下面配置eclipse 与搭建maven 环境

linux 下面配置eclipse 与搭建maven 环境

linux 下面配置eclipse 与搭建maven 环境

linux 下面配置eclipse 与搭建maven 环境

linux 下面配置eclipse 与搭建maven 环境

2.4新建maven 工程

linux 下面配置eclipse 与搭建maven 环境

linux 下面配置eclipse 与搭建maven 环境

linux 下面配置eclipse 与搭建maven 环境

linux 下面配置eclipse 与搭建maven 环境

修改 pom.xml 文件

linux 下面配置eclipse 与搭建maven 环境

2.5新建source folder 目录

linux 下面配置eclipse 与搭建maven 环境

linux 下面配置eclipse 与搭建maven 环境

2.6 配置build path

linux 下面配置eclipse 与搭建maven 环境

linux 下面配置eclipse 与搭建maven 环境

2.7 maven 配置包

linux 下面配置eclipse 与搭建maven 环境

【版权声明】本文内容来自摩杜云社区用户原创、第三方投稿、转载,内容版权归原作者所有。本网站的目的在于传递更多信息,不拥有版权,亦不承担相应法律责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@moduyun.com

  1. 分享:
最后一次编辑于 2023年11月14日 0

暂无评论

推荐阅读
  TEZNKK3IfmPf   2023年11月14日   18   0   0 大数据
  TEZNKK3IfmPf   2023年11月15日   52   0   0 apachehadoopjava
  TEZNKK3IfmPf   2023年11月15日   27   0   0 apachehadoop
  TEZNKK3IfmPf   2024年04月26日   63   0   0 hadoopHive
  TEZNKK3IfmPf   2023年11月15日   23   0   0 System大数据
TEZNKK3IfmPf