• Eclipse SDK构建J2EE开发环境


    嫌弃官方Java EE Developers 笨重的兄弟能够自己搞个J2EE开发环境!

    1、首先去Eclipse官网下载Eclipse IDE

          我使用的是:Eclipse IDE for Java Developers

                                  Version: Kepler Service Release 2

    2、下载之后配置Eclipse和JRE关联參照:Eclipse使用jre的原理与配置

          我使用的是:jre文件夹直接复制到eclipse文件夹以下

    3、改动eclipse.ini添加内存防止卡机:

          我的eclipse.ini文件内容例如以下:

    -startup
    plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
    --launcher.library
    plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20140116-2212
    -product
    org.eclipse.epp.package.java.product
    --launcher.defaultAction
    openFile
    --launcher.XXMaxPermSize
    512M
    -showsplash
    org.eclipse.platform
    --launcher.XXMaxPermSize
    512m
    --launcher.defaultAction
    openFile
    --launcher.appendVmargs
    -vmargs
    -Dosgi.requiredJavaVersion=1.6
    -Xms128m
    -Xmx512m
    
    4、为eclipse在线安装插件

          站点:http://download.eclipse.org/releases/kepler

          内容:Eclipse Java EE Developer Tools 3.5.2.v201311051900-7b7KIawFSK2WQyUFC2y01XXyUmRm
                      Eclipse Java Web Developer Tools 3.5.2.v201311051900-7F7GFVuC27Svmclpwjkc0enMD7nrQ9V2nvprn2h2
                      Eclipse Web Developer Tools 3.5.2.v201401062113-7O7QG3wEMkBS3Graz0gRCYqCz-PVayJqBmOpb93L

    5、为eclipse本地安装插件 

         下载并安装CheckStyle、propedit(自己网上SO,是在找不到留言)

    6、改动eclipse字体

         在eclipseplugins

         ---->org.eclipse.jface_3.9.1.v20130725-1141.jar

         ---->orgeclipsejface esource

         ---->jfacefonts_windows7.properties

    改动内容例如以下:

    org.eclipse.jface.textfont.0=Courier New-regular-10
    org.eclipse.jface.textfont.1=Consolas-regular-10


    就到这里了,Maven GIT已经有了。能够开发了。

    注:当中Maven为Eclipse自带的,默认情况启动eclipse的时候自己主动去下载index( Download repository index updates on starup)

            更新会下载nexus-maven-repository-index.gz..........我这边超级慢,受不了了,决定关掉下载。

    要安装SVN插件的自己搞定:http://subclipse.tigris.org/update_1.8.x

  • 相关阅读:
    codeforces 707D-(DFS+bitset)
    codeforces Educational Codeforces Round 16-E(DP)
    codeforces 597C (树状数组+DP)
    codeforces #round363 div2.C-Vacations (DP)
    Codeforces Round #365 (Div. 2)-D Mishka and Interesting sum(树状数组)
    codeforces round367 div2.C (DP)
    June Challenge 2018 Division 2
    Codeforces Round #487 (Div. 2)
    Educational Codeforces Round 45 (Rated for Div. 2)
    [Offer收割]编程练习赛63
  • 原文地址:https://www.cnblogs.com/wzjhoutai/p/6743946.html
Copyright © 2020-2023  润新知