Linux 関係覚え書き

参考

http://zero-config.com/centos/eclipse-luna-001.html

インストール

https://eclipse.org/downloads/eclipse-packages/?osType=linux&release=undefined

からパッケージをダウンロード.

Java Developers と C/C++ Developer をインストールする

/opt/eclipse/{java|cpp}/eclipse.ini を編集.

-XX:ParallelGCThreads=1

という行を追加.

Gnome 用メニューの追加

/usr/share/applications/eclipse-java.desktop を作成.

[Desktop Entry]
Version=1.0
Name=Eclipse Java Developers
Name[ja]=Eclipse Java Developers
Comment=Eclipse Java Developers
Comment[ja]=Eclipse Java Developers
Exec=/opt/eclipse/java/eclipse
Icon=/opt/eclipse/java/icon.xpm
Terminal=false
Type=Application
Categories=Development;

これで、[プログラミング]メニューの下に”Eclipse Java Developers”という メニューが表示される様になる.

同様に /usr/share/applications/eclipse-cpp.desktop を作成.

[Desktop Entry]
Version=1.0
Name=Eclipse C/C++ Developers
Name[ja]=Eclipse C/C++ Developers
Comment=Eclipse C/C++ Developers
Comment[ja]=Eclipse C/C++ Developers
Exec=/opt/eclipse/cpp/eclipse
Icon=/opt/eclipse/cpp/icon.xpm
Terminal=false
Type=Application
Categories=Development;

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS