Page 1 of 1

Unable to find any JVMs matching version "1.8+".

Posted: 03 Jul 2016, 03:31
by proximity
Followed installation instructions as per: viewtopic.php?f=4&t=2049

Code: Select all

brew cask install filebot --force
I have installed Java 8, 65

Running:

Code: Select all

filebot -v
Unable to find any JVMs matching version "1.8+".
What do I do?

Re: Unable to find any JVMs matching version "1.8+".

Posted: 03 Jul 2016, 03:37
by rednoah
What's the output?

Code: Select all

java -version

Code: Select all

/usr/libexec/java_home

Re: Unable to find any JVMs matching version "1.8+".

Posted: 12 Aug 2017, 11:36
by danderson
I'm running in to the same thing. Anyone know what the resolution to this would be?

Code: Select all

$ java -version
java version "1.8.0_101"
Java(TM) SE Runtime Environment (build 1.8.0_101-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode)

Code: Select all

$ filebot --version
Unable to find any JVMs matching version "1.8+"

Code: Select all

$ /usr/libexec/java_home
/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home

Re: Unable to find any JVMs matching version "1.8+".

Posted: 12 Mar 2018, 17:49
by DarellCraighead
I was having same problem, walked through the install steps and found the automated (and manual) steps listed are installing java 9 by default. Manually removed java 9 then ran this:

brew cask install caskroom/versions/java8

Now FileBot appears to be working!