Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Java Virtual Machine not found while installing dbeaver tool in the system. What will do to recover from it ?.

like image 830
pvrforpranavvr Avatar asked Oct 25 '25 04:10

pvrforpranavvr


1 Answers

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

like image 139
pvrforpranavvr Avatar answered Oct 26 '25 18:10

pvrforpranavvr