A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run Dbeaver. No Java virtual machine

南楼画角 提交于 2019-12-08 22:15:29

If you installed zip archive or tar.gz archive of the dbeaver then

  • Go to dbeaver directory (Directory created after extraction of archive)
  • open dbeaver.ini in a text editor
  • Type the following at the top of that file

    -vm
    copy & paste your java path here (up to bin)
    
    eg:
    -vm
    /home/admin/jdk1.8.0_131/bin
    
  • Save the file

  • Done

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!