Linux - Lubuntu - 19.04 - 開発環境 Eclipse
1. 概要 開発環境として Eclipse を使用します。 インストールと日本語化の手順については「Eclipse - Linux マシンへのインストール」をご参照ください。 2. 日本語化 Eclipse のインストール先を /home/hogehoge/eclipse/eclipse/ 日本語化モジュールのダウンロード先を /home/hogehoge/Downloads/ として、root ユーザで mkdir -pv /home/hogehoge/Downloads/pleiades cd /home/hogehoge/Downloads/pleiades unzip ../pleiades.zip mkdir -pv /home/hogehoge/eclipse/eclipse/features cp -pfR features/* /home/hogehoge/eclipse/eclipse/features/. cp -pfR plugins/* /home/hogehoge/eclipse/eclipse/plugins/. /home/hogehoge/eclipse/eclipse/eclipse.ini の末尾に以下の2行を加えます。 -Xverify:none -javaagent:/home/hogehoge/eclipse/eclipse/plugins/jp.sourceforge.mergedoc.pleiades/pleiades.jar 3. メニューへの組み込み root ユーザで /usr/share/applications/eclipse.desktop を作成して、以下を記述します。 [Desktop Entry] Version=1.0 Encoding=UTF-8 Name=Eclipse Name[ja]=Eclipse GenericName=Eclipse GenericName[ja]=Eclipse Comment=Eclipse Comment[ja]=開発環境 Exec=/home/hogehoge/eclipse/eclipse/eclipse Icon=eclipse StartupNotify=false Type=Application Categories=Development; 4. 起動 「スタート」→「プログラミング」→「Eclipse」
/home/hogehoge/eclipse/eclipse/
/home/hogehoge/Downloads/
mkdir -pv /home/hogehoge/Downloads/pleiades cd /home/hogehoge/Downloads/pleiades unzip ../pleiades.zip mkdir -pv /home/hogehoge/eclipse/eclipse/features cp -pfR features/* /home/hogehoge/eclipse/eclipse/features/. cp -pfR plugins/* /home/hogehoge/eclipse/eclipse/plugins/.
/home/hogehoge/eclipse/eclipse/eclipse.ini
-Xverify:none -javaagent:/home/hogehoge/eclipse/eclipse/plugins/jp.sourceforge.mergedoc.pleiades/pleiades.jar
/usr/share/applications/eclipse.desktop
[Desktop Entry] Version=1.0 Encoding=UTF-8 Name=Eclipse Name[ja]=Eclipse GenericName=Eclipse GenericName[ja]=Eclipse Comment=Eclipse Comment[ja]=開発環境 Exec=/home/hogehoge/eclipse/eclipse/eclipse Icon=eclipse StartupNotify=false Type=Application Categories=Development;
「起動」
起動直後の状態です。
2019年5月21日時点で、下記のバージョンでした。