Skip to content
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

JRE Load Error (Mac OS) #79

Open
wmakley opened this issue Aug 23, 2021 · 1 comment
Open

JRE Load Error (Mac OS) #79

wmakley opened this issue Aug 23, 2021 · 1 comment

Comments

@wmakley
Copy link

wmakley commented Aug 23, 2021

When trying to legends browser in Mac OS 11.5.2, I receive the following error after bypassing the security stuff:

Screen Shot 2021-08-23 at 7 36 41 AM

@kupson
Copy link

kupson commented Feb 4, 2022

Looks like JavaAppLauncher is not working correctly on my system too.

Workaround.

I was able to start Legends Browser from the terminal after downloading Java SDK:

$ java -version
java version "17.0.2" 2022-01-18 LTS
Java(TM) SE Runtime Environment (build 17.0.2+8-LTS-86)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.2+8-LTS-86, mixed mode, sharing)

Starter script (assumes that LB is in your home directory Applications folder):

#!/bin/sh
set -eu
cd "${HOME}/Applications/Legends Browser.app/"
java -cp $(find . -name "*.jar" | tr '\n' ':') legends.Application

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants