2009年03月31日
解決 Aptana Studio 1.0 plugging into Eclipse 3.2 on Ubuntu 8.10 找不到 Sun JRE 的問題
Aptana Studio 1.0 plugging into Eclipse 3.2,作業系統是Ubuntu 8.10,找不到 SUN JRE 1.5 以上版本的問題,解法如下:
使檔案看起來像:
相關鏈結:https://help.ubuntu.com/community/EclipseIDE
% gksudo gedit /etc/eclipse/java_home新增這一列在java-gcj之前
/usr/lib/jvm/java-6-openjdk使檔案看起來像:
# This file determines the search order the Eclipse Platform uses to find a
# compatible JAVA_HOME. This setting may be overridden on a per-user basis by
# altering the JAVA_HOME setting in ~/.eclipse/eclipserc.
#/usr/lib/jvm/java-7-icedtea
/usr/lib/jvm/java-6-openjdk
/usr/lib/jvm/java-gcj
相關鏈結:https://help.ubuntu.com/community/EclipseIDE
引用URL
http://cgi.blog.roodo.com/trackback/8613627
