ユーザ用ツール

サイト用ツール


lang:java:eclipse:plugin

Eclipse plug-in

各プラグイン

svn

subversive

maven

q4e

  • find and install で url を指定。

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

jetty

  • jetty-run-jetty plug-in

find and install で url を指定。

  http://run-jetty-run.googlecode.com/svn/trunk/updatesite\\ 
  jetty-6.1.6 が含まれていました。(2008.05.30 現在)\\ 
  plug-in には servlet api が含まれていないので、次のいずれかなどから CLASSPATH  に追加する必要がありました。 
  * eclipse-platform の plugins/org.eclipse.tomcat4.1xxx に含まれている servelt.jar 
  * Sun からダウンロードした servlet api の JAR\\ 
    http://java.sun.com/products/servlet/download.html 
  * jetty に含まれている  servlet-api-2.5-6.1.10.jar\\ 
    Java プロジェクトを右クリックして Run を選択すると表示されるダイアログから jetty を選択することができるようになります。\\ 
    (環境設定のダイアログに jetty の項目は出てきませんでした。) 
    \\ 
* GetttingStarted run-jetty-run Google Code\\ 
  http://code.google.com/p/run-jetty-run/wiki/GettingStarted 
  * JSP を使う場合は、eclipse の実行設定で classpath に JDK の tools.jar を指定しておく。 

xml

xmlbuddy

html エディタ

Amateras HTML Editor

JBoss seam

JBoss Tools

Refactoring, Test 関連

djUnit

find bugs

  • eclipse find and install

http://findbugs.cs.umd.edu/eclipse

PMD

プラグイン配置

  1. プラグイン用ディレクトリ作成

例:c:\eclipse\jdt

  1. eclipse ディレクトリ付きでプラグインを展開

例:c:\eclipse\jdt\eclipse\{features,plugins}

  1. link ファイル作成

例:c:\eclipse\links\jdt.link

  内容\\ 
  <code>path=c:/eclipse/jdt</code> 
lang/java/eclipse/plugin.txt · 最終更新: 2008/12/09 15:19 (外部編集)