How can I start or install a program with the file extension .jar?
On Ubuntu, I just had to go to Properties and file
I also need Java Runtime Environment version 8 or higher for this.
How do I do this on Zorin 18?
How can I start or install a program with the file extension .jar?
On Ubuntu, I just had to go to Properties and file
I also need Java Runtime Environment version 8 or higher for this.
How do I do this on Zorin 18?
The available in repository For Zorin OS 18 should meet your need:
sudo apt update && sudo apt install openjdk-8-jre
If properties > permissions > Allow executing as a program is not working, noes launching from terminal work (Replace program with the actual file name of that program)?
java -jar program.jar
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.