Eclipse Error: A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in o

来源:互联网 发布:剑网三男神捏脸数据 编辑:程序博客网 时间:2024/04/29 16:37

1. Locate your eclipse and jre folder. My paths are /opt/eclipse and /opt/jdk/jre, respectively.

2. Run the command “sudo ln -s /opt/jdk/jre /opt/eclipse” This creates a reference in the eclipse folder to your jre folder and allows Eclipse to find your jre folder.

3. Click on Eclipse on your Unity Launcher and everything should be set.