You are not logged in.
After today "pacman -Suy"
dbeaver not starting
in the log file main reason is :
!SESSION 2020-12-28 14:14:43.101 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_265
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=it_IT
Command-line arguments: -os linux -ws gtk -arch x86_64
!ENTRY org.eclipse.compare 4 0 2020-12-28 14:14:45.048
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare [27]
etc etc
dbeaver 7.3.0 was running
I tried delete and reinstall but i got the same problem
Last edited by tinosezc (2020-12-30 01:46:23)
Offline
Try to use a newer java version with archlinux-java
Offline
I found archlinux-java-run in AUR, is your suggestion?, I don't understand how to use it.
At the moment all jre in arch are unstable. I will wait for a stable version.
Offline
No they meant the tool to change your default JRE from the Arch packages: https://wiki.archlinux.org/index.php/Ja … etween_JVM
Java 11 is the current LTS, use that.
Online
Thanks
Installed "jre11-openjdk".
followed by "archlinux-java set java-11-openjdk".
Now is running
Offline
fixed in dbeaver 7.3.1-2
Offline
I'm running 7.3.1-2 but I get the described error. Is it necessary to have jre11 installed?
Offline
I'm running 7.3.1-2 but I get the described error. Is it necessary to have jre11 installed?
You need jre >= 11
If you have a recent jre you can make sure you're using with archlinux-java status
Offline