bolero.fun
bolero.fun copied to clipboard
Cannot run Boldero on OS X.
Hey guys,
I've been trying since first Bolero's version on 3 different Mac and OS X versions, and I still can't pass the Java check. I've run Java installer of the latest version, went through successful installs and got Java successfully detected by the verification applet. Yet, Bolero keeps on telling me I don't have Java...
Please help.
Make sure you have both the Java JDK and the Java JRE. I had the same problem until I realized I didnt have the JAVA JDK
Do this:
$ java -version //to see what version do you have
$ nano ~/.bashrc
add this:
export PATH="/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin:$PATH"
$ source ~/.bashrc // to save the current session