2009年12月9日水曜日

Windows XP + Eclipse 3.5.x + m2eclipse + Maven 2.2.1のeclipse.ini

EclipseのMaven用pluginであるm2eclipseを利用するにはEclipseをJREではなくJDKで起動する必要があり、eclipse.iniを書き換えないといけないがWindowsで久しぶりに環境を構築したら少し時間を無駄にしたので備忘録。

eclipse.iniの頭に
-vm
C:/Program Files/Java/jdk1.6.0/bin/
pathは\ではなく/で区切る。bin/の後にjavaw.exeはいらない。


参考
Eclipse.ini - Eclipsepedia
http://wiki.eclipse.org/Eclipse.ini#Windows_Example
* The -vm option and its value (the path) must be on separate lines.
* The value must be the full absolute path to the Java executable, not just to the Java home directory.
* The -vm option must occur before the -vmargs option, since everything after -vmargs is passed directly to the JVM.

0 件のコメント:

コメントを投稿