Ubuntu10.10 自宅サーバ構築手順:統合開発環境(Eclipse:Pleiades)インストール

Windowsメインで開発する分には導入の必要性は現状そこまで感じませんが、UbuntuでもEclipse使えますよって事で簡単にメモ。

  • apt-getコマンドでインストール。
absj31@absj31-MyHomeServer:/$ sudo apt-get install -y pleiades
  • 設定ファイル編集。以下のファイルを編集し、
/etc/eclispe.ini
------------------------------------------------------------
-startup
plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.200.v20090520
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vmargs
-javaagent:/usr/lib/eclipse/plugins/jp.sourceforge.mergedoc.pleiades/pleiades.jar 【-vmargsより下行に当該行追記】
-Xms128m
-Xmx512m
-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/share/eclipse/dropins
absj31@absj31-MyHomeServer:/$ eclipse -clean

  • 後は基本的にWindows版と変わらず。

参考URL: