2009-03 月份文章 顯示方式:簡文 | 列表

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 以上版本的問題,解法如下:

% 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

Posted by fauzty at 22:14回應(0)引用(0)資訊攻略
 [1]