problem running eclipse on ubuntu?

后端 未结 11 1842
不思量自难忘°
不思量自难忘° 2020-12-24 12:37

I downloaded eclipse on ubuntu. But when I run it it show following error.

A Java Runtime Environment (JRE) or Java Development Kit (JDK)
must be available i         


        
11条回答
  •  自闭症患者
    2020-12-24 13:11

    I tried editing .profile, .bashrc, to no avail. (I'm trying to use eclipse by clicking an icon, NOT by executing it from a bash shell).

    SOLUTION: I copied my /home/denise/jdk1.7.0_25/jre to /home/denise/dev//jre

    which is a stupid solution because it defeats the purpose of having a .profile or .bashrc.

    and no, there was no .pam_environment file

    peace!

提交回复
热议问题