-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.9.7 SP2 requires JRE 6 on MAC OSX El Capitan #230
Comments
I'm also curious about why this is the case, if the changelog indicated compatibility with 1.7 and 1.8 in a couple of updates. |
I had same issue here - for me it was fine following this advice of #216 posted by @ChrisHughes showing workaround for the now missing gatekeeper option to trust "anyone". |
The problem is that the image isn't signed by a developer that is recognised by OSX: you need to pay some serious money to get a signing certificate from Apple. There's a workaround described in the 2nd question of the OLS FAQ: https://github.com/jawi/ols/wiki/FAQ#Software. Basically, you've to temporarily disable the gatekeeper when running the OLS client for the first time. After this, you can enable the gatekeeper again... |
I was able to get around this by just running Java directly:
|
Here is what I see when I start it:
I see it says
But it doesn't help much seems like.
(I tried to change it manually to 1.8+. Didn't help.
I will follow the instruction and install legacy runtime just to make it work.
The text was updated successfully, but these errors were encountered: