eclipse常用的插件URL

SVN:    http://subclipse.tigris.org/update_1.6.x

Scala:  http://download.scala-ide.org/releases-29/stable/site

Maven:  http://m2eclipse.sonatype.org/sites/m2e/

              http://download.eclipse.org/technology/m2e/releases

              http://q4e.googlecode.com/svn/trunk/updatesite-iam/

 

Android: https://dl-ssl.google.com/android/eclipse/

 

JavaFX: http://www.efxclipse.org/p2-repos/releases/latest/

 

Androidhttps://dl-ssl.google.com/android/eclipse

 

FastFoxhttp://www.oixx.se/fastfox/

 

XFire: http://dist.codehaus.org/xfire/update/

 

ibator: http://ibatis.apache.org/tools/abator

 

Properties编辑器: http://propedit.sourceforge.jp/eclipse/updates/

 

Groovy-Eclipse 2.5.1 发布了,这是一个在Eclipse中开发 Groovy 应用的插件。

   可直接使用 Update 来安装:

         For Eclipse 3.7:    http://dist.springsource.org/release/GRECLIPSE/e3.7

         For Eclipse 3.6:    http://dist.springsource.org/release/GRECLIPSE/e3.6

 

WindowBuilderPro

Eclipse 3.7 (Indigo)

http://dl.google.com/eclipse/inst/d2wbpro/latest/3.7

Eclipse 3.6 (Helios)

http://dl.google.com/eclipse/inst/d2wbpro/latest/3.6

Eclipse 3.5 (Galileo)

http://dl.google.com/eclipse/inst/d2wbpro/latest/3.5

 

各个版本对应情况:

http://www.eclipse.org/windowbuilder/download.php

 

maven向本地仓库导入jar包命令

把本地的D:\opensource\javacsv2.0\javacsv.jar包导入到本地maven仓库中

 

mvn install:install-file -Dfile=D:\opensource\javacsv2.0\javacsv.jar -DgroupId=cn.liye -DartifactId=javacsv -Dversion=2.0  
-Dpackaging=jar  -DgeneratePom=true -DcreateChecksum=true

 

Eclipse is running in a JRE, but a JDK is required 解决方法

-vmargs之前加:

 

-vm

C:\JavaSoftware\Java\jdk1.6.0_31\jre\bin\javaw.exe

 

C24YC-9YCQP-337PP-FBQMT-YTHV6

 

Oracle解锁用户:  alter user scott account unlock;

你可能感兴趣的:(eclipse)