meow icon indicating copy to clipboard operation
meow copied to clipboard

meow / Fedora doesn't appear to be working...

Open perryrivera opened this issue 4 years ago • 1 comments

$ uname -a
Linux host 5.5.5-200.fc31.x86_64 #1 SMP Wed Feb 19 23:28:07 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

$ java --version
java 13.0.1 2019-10-15

$ rpm -q meow-0.0.1-1.noarch.rpm
meow-0.0.1-1.noarch

$ meow

The java installation you have is not up to date
requires at least version 1.6+, you have
version 13.0.1

Please go to http://www.java.com/getjava/ and download
a valid Java Runtime and install before running .

perryrivera avatar Mar 02 '20 02:03 perryrivera

Run meow with Java 8.

Just look at the difference (Java 11):


The java installation you have is not up to date
requires at least version 1.6+, you have
version 11.0.7

Please go to http://www.java.com/getjava/ and download
a valid Java Runtime and install before running .

Java 8:

PyGIWarnings and so on...

In Arch Linux it can be jre8-openjdk

MrReDoX avatar Jun 02 '20 17:06 MrReDoX