参考にしたページ(プラグインのURL晒しちゃいかんだろ…)

http://codezine.jp/article/detail/6817?p=2

環境構築(Worklight)

WindowsはいろいろアレなのでVirtualBox上のUbuntu12.04を使う。

OpenJDK1.7.0_09を入れる。

sudo apt-get install openjdk-7-jdk

Eclipseをダウンロードして適当なフォルダに入れる。WorklightはJunoに対応していないのでIndigoを入れる。 Worklight5.0プラグインをインストール。

Worklightのガイドに合わせてeclipse.iniの設定を変える。うちの場合は以下。

If you are using an Oracle 64-bit JRE, then add the following text after the -vmargs line:

-Xms100m 
-Xmx1024m 
-XX:MaxPermSize=512m    
-Xmx1024m 
-XX:+UseCompressedOops  
-Djava.util.Arrays.useLegacyMergeSort=true 
-Dcom.ibm.ws.management.event.max_polling_interval=1000 
If you are using an Oracle 64-bit JRE, then add the following text:
--launcher.XXMaxPermSize
512M

Eclipseを再起動。以下にアクセスしてページが出たらおk http://localhost:8080/console

環境構築(Android)

AndroidSDKをインストール。EclipseのAndroidプラグインをインストールして設定。

AndroidのUbuntuトラブルシュートに従ってUbuntuにia32-libsを入れる。

sudo apt-get install ia32-libs

私のAndroid端末はHTC Desire(古い。。。)なのでAndroidSDKに2.2のAPIをインストール。

adt-bundle-linux/sdk/tools/android

Worklightドキュメント

https://www.ibm.com/developerworks/mobile/worklight/getting-started/documentation.html