Closed zenny closed 4 years ago
SOLVED: Installing Java 7 worked:
# xbps-install -S openjdk7-bootstrap
Once installed, I exported the java environment for the specific instance:
$ JAVA_HOME="/usr/lib/jvm/java-1.7-openjdk/jre" ./docear.sh
It worked.
NB: Docear 1.2 appears not to work with anything above java v7.
Hi,
I tried to run Docear with java8 in voidlinux:
According to #507 and http://www.docear.org/support/forums/docear-support-forums-group3/bug-reports-forum6/docear-does-not-start-on-archlinux-thread1583/, it has to do with Java version. But in my case openjdk-jre 8 is activated via asdf locally.
Thus it does not seem java version issue in my case. Any input?
Cheers, /z