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
Using MacOS 10.15.7 and openjdk version "11.0.9" 2020-10-20
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.9+11)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.9+11, mixed mode)
Try to start Baralga-1.9.7-Installer.jar (right-click: "Open"; OK to "To you realy want...") throws message:
"Administrative privileges required. Please re-rung the installer with administrative privileges"
But this is not possible using the graphic interface. Instead the installer should ask for an administator's password and then install.
Using Terminal:
uwe@mac ~ % sudo java /Users/uwe/Downloads/Baralga-1.9.7-Installer.jar
Fehler: Hauptklasse .Users.uwealtmann.Downloads.Baralga-1.9.7-Installer.jar konnte nicht gefunden oder geladen werden
Ursache: java.lang.ClassNotFoundException: /Users/uwe/Downloads/Baralga-1/9/7-Installer/jar
Workaround: using the portable version :-)
The text was updated successfully, but these errors were encountered:
The reason for the failure of the installer as described before is the fact that the command to run the installer is wrong. Because you want to execute a jar file you need to use the "-jar" option with the java command to succeed.
I found the same problem. I am a programmer and am used to using the Terminal app to do things, and am very pleased that macos is now based on Unix. With help from StackExchange I discovered that I needed the "-jar" argument to run the installer. Then it worked. Thanks, @stm-at-home , for pointing this out.
I am about to put in a suggestion that the Mac installer be upgraded to work from the GUI the way the Windows one does. Most Mac users wouldn't fare well if we expect them to run a Terminal command to install an app.
Using MacOS 10.15.7 and openjdk version "11.0.9" 2020-10-20
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.9+11)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.9+11, mixed mode)
Try to start Baralga-1.9.7-Installer.jar (right-click: "Open"; OK to "To you realy want...") throws message:
"Administrative privileges required. Please re-rung the installer with administrative privileges"
But this is not possible using the graphic interface. Instead the installer should ask for an administator's password and then install.
Using Terminal:
uwe@mac ~ % sudo java /Users/uwe/Downloads/Baralga-1.9.7-Installer.jar
Fehler: Hauptklasse .Users.uwealtmann.Downloads.Baralga-1.9.7-Installer.jar konnte nicht gefunden oder geladen werden
Ursache: java.lang.ClassNotFoundException: /Users/uwe/Downloads/Baralga-1/9/7-Installer/jar
Workaround: using the portable version :-)
The text was updated successfully, but these errors were encountered: