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

Cannot run Boldero on OS X.

Open Kwintspiracy opened this issue 6 years ago • 2 comments

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.

screen

Kwintspiracy avatar Mar 16 '18 07:03 Kwintspiracy

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

14Bkingrey avatar Mar 18 '18 16:03 14Bkingrey

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

albert-olive avatar Jun 12 '18 10:06 albert-olive