problem running eclipse on ubuntu?

后端 未结 11 1898
不思量自难忘°
不思量自难忘° 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:18

    You need to have a Java environment that can execute the Java instructions in Eclipse for it to run.

    Install a suitable Java package in the package manager, and try again. Note that Eclipse does not require a JDK, a JRE is enough.

提交回复
热议问题