2012年4月28日土曜日

[memo] Ubuntu12 の Eclipse に Aptana Studio 3 を入れる

今回は Plugin 版の Aptana Studio 3 を入れる。
Eclipse は Ubuntu のパッケージがあるのでそのまま入れる。
sudo apt-get install eclipse-platform

日本語化したければ、Pleiades もパッケージがあるので、
sudo apt-get insatll pleiades
としたあと、 /etc/eclipse.ini を開いて以下を追記
-javaagent:/usr/share/eclipse/plugins/jp.sourceforge.mergedoc.pleiades/pleiades.jar

あと、Aptana を入れる前に ライブラリを1つ追加
sudo apt-get install libjpeg62

Aptana は
Aptana | Download : http://aptana.com/downloads/start
に書いてある通り、 Eclipse を起動して「ヘルプ」 -> 「新規ソフトウェアのインストール...」を開いて「作業対象」のところに以下のURLをペーストしてエンターキーを押す。 
http://download.aptana.com/studio3/plugin/install
あとは普通にプラグイン入れるのと同じ。

参考:
How to Install Eclipse IDE on Ubuntu 12.04
http://blog.sudobits.com/2012/04/26/how-to-install-eclipse-ide-on-ubuntu-12-04/

Aptana | Download
http://aptana.com/downloads/start

An internal error has occurred. No more handlesNative code library failed to load. (java.lang.UnsatisfiedLinkError: /usr/bin/Tit » Community Questions & Answers » Appcelerator Developer Center
http://developer.appcelerator.com/question/127412/an-internal-error-has-occurred-no-more-handlesnative-code-library-failed-to-load-javalangunsatisfiedlinkerror-usrbintit

0 件のコメント:

コメントを投稿