You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Weasis binaries does not launch in MacOS Mojave
I'm aware there is some issues with Java 11 and gatekeeper, but I managed to install 1.8 and use it by editing /etc/profile and adding this:
export JAVA_HOME=/usr/libexec/java_home -v 1.8
I also change my gatekeeper options to allow everything and the App continues closing itself a second after I run it with a double click. Instead of that, you can perfectly run it if you try it with a terminal using: ./viewer-mac.app/Contents/MacOS/viewer-mac.sh
Uncompress and manage your Java 11 and gatekeeper issues if you have them.
Once all it's done try to launch the Application with a double click
Expected behavior
Same behaviour in a dobleclick than running it from terminal with "./viewer-mac.app/Contents/MacOS/viewer-mac.sh". Just to not close itself.
Desktop (please complete the following information):
OS: MacOS Mojave 10.14.4 (18E226)
Java Rutime: 1.8.0_211, x86_64
Weasis Version 3.0.4
The text was updated successfully, but these errors were encountered:
Weasis binaries does not launch in MacOS Mojave
I'm aware there is some issues with Java 11 and gatekeeper, but I managed to install 1.8 and use it by editing /etc/profile and adding this:
/usr/libexec/java_home -v 1.8
I also change my gatekeeper options to allow everything and the App continues closing itself a second after I run it with a double click.
Instead of that, you can perfectly run it if you try it with a terminal using: ./viewer-mac.app/Contents/MacOS/viewer-mac.sh
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Same behaviour in a dobleclick than running it from terminal with "./viewer-mac.app/Contents/MacOS/viewer-mac.sh". Just to not close itself.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: