iwason diary

健康、プログラミング、日常系などなど

eclipse3.7 をwindows7 64bit版で使う!

eclipseを日本語で使いたい場合によくPleiades All in Oneを使用しますが、

公式では32bit版しかないようでしたので、

eclipse3.7 をwindows7 64bit版で使う方法を記載しておきます。

 

とおもったらとても詳しくこちらの方が記載していましたので、

参考にさせていただきました。

http://d.hatena.ne.jp/goriponsoft/20111013/1318432116

 

以下作業ログ

1,Java版のためEclipse Indigo (3.7) をここからダウンロード

2,Pleiades All in One 日本語ディストリビューション ダウンロード

JREなし版でOK。

3,JStyleの64bit版をダウンロード

 jstyle_3.7.2.0-64bit.zipをダウンロードしました。

4,ダウンロードしたzipファイルを展開

 

 

Pleiades All in Oneを統合

展開したフォルダの中から

"eclipse\eclipse.ini"、

"eclipse\eclipse.exe -clean.cmd"、

"eclipse\eclipse.exe startup.cmd"

"eclipse\dropin\"、

".metadata.default\"

Eclipseの方に統合・上書き。

 

 eclipse\eclipse.iniを編集

4行目

plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502

↓ 赤字を追加

plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502 

 

 JStyleを統合

展開したフォルダの中から"plugins"フォルダをEclipseの方に統合。

 

 これでバッチリ起動しました!!

goriponsoftさん ありがとうございますm(__)m