bolero.fun icon indicating copy to clipboard operation
bolero.fun copied to clipboard

error_version 1.5.... of Java not installed on Mac OSX

Open casparfritzen opened this issue 8 years ago • 5 comments

I installed the newest version of java and I restarted multiple times... still doesn't work.. any ideas? :)

casparfritzen avatar Feb 03 '18 10:02 casparfritzen

If you open a terminal window and run java -version what does the output say?

romansemko avatar Feb 03 '18 10:02 romansemko

java -version No Java runtime present, requesting install.

This and a widow pops up that I have to install a JDK? Thank you for your reply

casparfritzen avatar Feb 03 '18 10:02 casparfritzen

Try installing the recent JDK for Mac from here.

stereu avatar Feb 03 '18 20:02 stereu

I have the same problem. Actually, I have upgraded java to 1.8.0_161, and set .bash_profile , and now java -version shows the right version 1.8.0_161, but bolero reported that java version should be greater than 1.8.0_151.

xiongzm avatar Feb 04 '18 05:02 xiongzm

I had the same issue. Having the java runtime installed didn't seem to work for me. You actually have to have the JDK installed, and then this seems to work. JDK takes more diskspace though, so it would be better if only runtime would be enough.

jorisrymenants avatar Feb 08 '18 10:02 jorisrymenants