F5F Stay Refreshed Software Operating Systems Zorin OS issues

Zorin OS issues

Zorin OS issues

_
_RedStar
Member
171
08-18-2023, 04:39 PM
#1
I'm facing problems like not being able to launch an app that needs a Java runtime and also struggling to download it. Need some assistance?
_
_RedStar
08-18-2023, 04:39 PM #1

I'm facing problems like not being able to launch an app that needs a Java runtime and also struggling to download it. Need some assistance?

J
jordan251618
Junior Member
37
08-23-2023, 11:10 PM
#2
You're running an older distribution. Please confirm you haven't purchased it and are only using the free edition. To get Java 8, run: sudo apt update sudo apt install openjdk-8-jdk openjdk-8-jre
J
jordan251618
08-23-2023, 11:10 PM #2

You're running an older distribution. Please confirm you haven't purchased it and are only using the free edition. To get Java 8, run: sudo apt update sudo apt install openjdk-8-jdk openjdk-8-jre

W
wiw
Member
223
08-25-2023, 03:51 PM
#3
Completed the task again, but it still isn't working. I didn't realize the executable and jar files weren't functioning properly—the executable triggered a Java error, while the jar just failed without any output.
W
wiw
08-25-2023, 03:51 PM #3

Completed the task again, but it still isn't working. I didn't realize the executable and jar files weren't functioning properly—the executable triggered a Java error, while the jar just failed without any output.

M
Maxgaming768
Junior Member
2
08-27-2023, 11:13 AM
#4
Run the script in a terminal. Verify your file manager compatibility with jar execution. Use the command: cd /path/to/jar && java -jar /nameof.jar
M
Maxgaming768
08-27-2023, 11:13 AM #4

Run the script in a terminal. Verify your file manager compatibility with jar execution. Use the command: cd /path/to/jar && java -jar /nameof.jar

E
ExlonTrantos
Member
215
08-27-2023, 01:06 PM
#5
You’re starting out with Linux and need help locating files, but the Java runtime is failing. Try checking the directory where you installed the executable and look for the correct path. If unsure, use commands like `ls -l` or `which java` to find it.
E
ExlonTrantos
08-27-2023, 01:06 PM #5

You’re starting out with Linux and need help locating files, but the Java runtime is failing. Try checking the directory where you installed the executable and look for the correct path. If unsure, use commands like `ls -l` or `which java` to find it.

E
EvoxGaming
Junior Member
7
08-27-2023, 08:03 PM
#6
Do you need help identifying the purpose of the executable?
E
EvoxGaming
08-27-2023, 08:03 PM #6

Do you need help identifying the purpose of the executable?

J
joost2106
Junior Member
9
08-28-2023, 12:37 AM
#7
I was testing it in wine. I was attempting to use the Pokémon Universal Randomizer.
J
joost2106
08-28-2023, 12:37 AM #7

I was testing it in wine. I was attempting to use the Pokémon Universal Randomizer.

J
JoeDub23
Member
129
08-28-2023, 10:51 AM
#8
Check for the Java installation if you're viewing the right page. Download the archive and extract it, then run the JAR file from there.
J
JoeDub23
08-28-2023, 10:51 AM #8

Check for the Java installation if you're viewing the right page. Download the archive and extract it, then run the JAR file from there.

A
asdno2
Member
193
08-29-2023, 02:41 PM
#9
It didn't succeed, but your effort was valuable. I discovered the correct file location and executed the jar using the Java command, which helped me. Thank you!
A
asdno2
08-29-2023, 02:41 PM #9

It didn't succeed, but your effort was valuable. I discovered the correct file location and executed the jar using the Java command, which helped me. Thank you!