I am attempting to open a .jar file with java 8 but it gives me an error message asking for admin privileges:
Please start the Authenticator with admin privileges
I am completely new to this type of issue, so my first reaction was to run sudo java -jar /home/sethlord/Downloads/Authenticator/Authenticator.jar in a terminal, but it gave me the same error message. Any fix?