您的位置:首页 > 编程语言 > Java开发

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

2013-08-10 21:39 671 查看
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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐