zoukankan      html  css  js  c++  java
  • deepin下启动eclipse的错误解决

    启动Eclipse,但是鼠标双击,或者用起动器启动就会出现如下的内容:

    A Java RunTime Environment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse. No java virtual machine was found after searching the following locations:…

    解决办法是在终端进入你的eclipse目录,然后输入:

    mkdir jre
    cd jre
    ln -s 你的JDK目录/bin bin

    问题解决! 

  • 相关阅读:
    js18
    js17
    js16
    js15
    js14
    js13
    js12
    js11
    八月二十三的php
    八月二十二的php
  • 原文地址:https://www.cnblogs.com/idzhengkai/p/6507647.html
Copyright © 2011-2022 走看看