欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Eclipse启动报错:A java runtime Environment(JRE) or java Development……的解决办法

程序员文章站 2024-02-26 09:39:46
...
        <link rel="stylesheet" href="https://csdnimg.cn/release/phoenix/template/css/ck_htmledit_views-833878f763.css">
                                    <div id="content_views" class="markdown_views prism-atom-one-dark">
                <!-- flowchart 箭头图标 勿删 -->
                <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
                    <path stroke-linecap="round" d="M5,0 0,2.5 5,5z" id="raphael-marker-block" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);"></path>
                </svg>
                                        <p><strong>第一种情况:Java环境没有配置好</strong><br>

这里就不做仔细说明了,详情可见百度

Path配置:
Eclipse启动报错:A java runtime Environment(JRE) or java Development……的解决办法
CLASSPATH配置:
Eclipse启动报错:A java runtime Environment(JRE) or java Development……的解决办法
检查完后检测是否安装正确;WINDOWS+R键,输入cmd,进入命令行界面
1、输入java -version命令,可以出现如下图的提示,你可以看你安装的JDK版本。
Eclipse启动报错:A java runtime Environment(JRE) or java Development……的解决办法
2、输入javac命令
Eclipse启动报错:A java runtime Environment(JRE) or java Development……的解决办法
3、输入java命令
Eclipse启动报错:A java runtime Environment(JRE) or java Development……的解决办法

第二种情况:javaw.exe路径缺失
因为Eclipse需要javaw.exe来启动,程序会先查找path目录,如果没有找到,这会在eclipse的安装目录下查找,再找不到就会报如上的错误。所以可以肯定的就是路径出问题了。如图:
Eclipse启动报错:A java runtime Environment(JRE) or java Development……的解决办法
eclipse启动时提示A java runtime Environment(JRE) or java Development
找到eclipse的安装目录,找出eclipse.ini文件并打开:
Eclipse启动报错:A java runtime Environment(JRE) or java Development……的解决办法
打开eclipse.ini文件,因为有的eclipse配置文件里面没有-vm配置,需要手动增加,如下:
Eclipse启动报错:A java runtime Environment(JRE) or java Development……的解决办法

将-vm添加到openFile的下一行;然后-vm下添加你jre下bin的路径,-vm 下面的路径盘符前面不要动,一般打开自己安装好的jre路径直接复制全路径粘贴就好了,这是我安装jre的全路径 C:\java\jre\bin;如图所示操作;切记,修改之后,一定要记得保存!!!
Eclipse启动报错:A java runtime Environment(JRE) or java Development……的解决办法
java环境变量配置正确
修改文件记得保存
之后就完美解决eclipse打不开的问题了
Eclipse启动报错:A java runtime Environment(JRE) or java Development……的解决办法

小伙伴们,你们学会了吗?如果觉得对你们有所帮助,记得给怂怂右上角点个赞哦!你们的点赞就是我最大的鼓励!谢谢小伙伴们啦!

                                </div>
            <link href="https://csdnimg.cn/release/phoenix/mdeditor/markdown_views-b6c3c6d139.css" rel="stylesheet">
                                            <div class="more-toolbox">
            <div class="left-toolbox">
                <ul class="toolbox-list">
                    
                    <li class="tool-item tool-active is-like "><a href="javascript:;"><svg class="icon" aria-hidden="true">
                        <use xlink:href="#csdnc-thumbsup"></use>
                    </svg><span class="name">点赞</span>
                    <span class="count">2</span>
                    </a></li>
                    <li class="tool-item tool-active is-collection "><a href="javascript:;" data-report-click="{&quot;mod&quot;:&quot;popu_824&quot;}"><svg class="icon" aria-hidden="true">
                        <use xlink:href="#icon-csdnc-Collection-G"></use>
                    </svg><span class="name">收藏</span></a></li>
                    <li class="tool-item tool-active is-share"><a href="javascript:;"><svg class="icon" aria-hidden="true">
                        <use xlink:href="#icon-csdnc-fenxiang"></use>
                    </svg>分享</a></li>
                    <!--打赏开始-->
                                            <!--打赏结束-->
                                            <li class="tool-item tool-more">
                        <a>
                        <svg t="1575545411852" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5717" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M179.176 499.222m-113.245 0a113.245 113.245 0 1 0 226.49 0 113.245 113.245 0 1 0-226.49 0Z" p-id="5718"></path><path d="M509.684 499.222m-113.245 0a113.245 113.245 0 1 0 226.49 0 113.245 113.245 0 1 0-226.49 0Z" p-id="5719"></path><path d="M846.175 499.222m-113.245 0a113.245 113.245 0 1 0 226.49 0 113.245 113.245 0 1 0-226.49 0Z" p-id="5720"></path></svg>
                        </a>
                        <ul class="more-box">
                            <li class="item"><a class="article-report">文章举报</a></li>
                        </ul>
                    </li>
                                        </ul>
            </div>
                        </div>
        <div class="person-messagebox">
            <div class="left-message"><a href="https://blog.csdn.net/weixin_43970743">
                <img src="https://profile.csdnimg.cn/8/5/9/3_weixin_43970743" class="avatar_pic" username="weixin_43970743">
                                        <img src="https://g.csdnimg.cn/static/user-reg-year/2x/1.png" class="user-years">
                                </a></div>
            <div class="middle-message">
                                    <div class="title"><span class="tit"><a href="https://blog.csdn.net/weixin_43970743" data-report-click="{&quot;mod&quot;:&quot;popu_379&quot;}" target="_blank">怂怂呀</a></span>
                                        </div>
                <div class="text"><span>发布了87 篇原创文章</span> · <span>获赞 203</span> · <span>访问量 34万+</span></div>
            </div>
                            <div class="right-message">
                                        <a href="https://im.csdn.net/im/main.html?userName=weixin_43970743" target="_blank" class="btn btn-sm btn-red-hollow bt-button personal-letter">私信
                    </a>
                                                        <a class="btn btn-sm  bt-button personal-watch" data-report-click="{&quot;mod&quot;:&quot;popu_379&quot;}">关注</a>
                                </div>
                        </div>
相关标签: JAVA入门学习