Is there a way of pointing to the proper Java/JRE in dbeaver.ini?
This works:
dbeaver.exe -vm "C:\Program Files\Java\jre1.8.0_131\bin\server"
...but this way I can't pin DBeaver to taskbar (its icon gets duplicated)
Is there a way of achieving the above within the ini file? Or does the JRE need to be determined before dbeaver.ini file is read?
(I would like to stick to DBeaver without installing its bundled JRE.)
These are -vm args I tested as #1 line of dbeaver.ini:
-vm "C:\Program Files\Java\jre1.8.0_131\bin"
-vm "C:\Program Files\Java\jre1.8.0_131\bin\javaw.exe"
-vm "C:\Program Files\Java\jre1.8.0_131\bin\server"
-vm "C:\Program Files\Java\jre1.8.0_131\bin\server\jvm.dll"