F5F Stay Refreshed Software Operating Systems The MCreator jar file reports an issue accessing the archive in the terminal on Linux Mint or Ubuntu.

The MCreator jar file reports an issue accessing the archive in the terminal on Linux Mint or Ubuntu.

The MCreator jar file reports an issue accessing the archive in the terminal on Linux Mint or Ubuntu.

A
asteinicke
Junior Member
11
07-10-2023, 05:21 AM
#1
So im trying to open the mcreator jar using java jdk and nothing i have tried is working. I tried the classic allow execute file as program than open with java and nothing happened. I then went into terminal and changed my directory to the folder in which the jar file was located and ran the command java -jar MCreator.jar. This lead to the error message unable to access jar file. I tried the command again after enabling root access and the same thing happened. Then i tried to create my own path. I changed my terminal directory to my desktop again and ran the command nano and the jar name. This opened the window which i typed in path= and typed the path to the jar file and still nothing happens when i open the jar file. Help plz.
A
asteinicke
07-10-2023, 05:21 AM #1

So im trying to open the mcreator jar using java jdk and nothing i have tried is working. I tried the classic allow execute file as program than open with java and nothing happened. I then went into terminal and changed my directory to the folder in which the jar file was located and ran the command java -jar MCreator.jar. This lead to the error message unable to access jar file. I tried the command again after enabling root access and the same thing happened. Then i tried to create my own path. I changed my terminal directory to my desktop again and ran the command nano and the jar name. This opened the window which i typed in path= and typed the path to the jar file and still nothing happens when i open the jar file. Help plz.

B
Brother_dog27
Member
203
07-10-2023, 02:02 PM
#2
Did you check the file with ls -l to confirm its permissions and ownership?
B
Brother_dog27
07-10-2023, 02:02 PM #2

Did you check the file with ls -l to confirm its permissions and ownership?

H
hyperdrive57
Member
67
07-10-2023, 08:05 PM
#3
Re-download MCreator and extract it. Launch a terminal, change directory, and make the file executable with chmod +x jarfile.jar. Be aware Linux case matters—ensure the filename matches exactly as "mcreator.jar" not "MCreator.jar". Finally, execute java -jar jarfile.jar.
H
hyperdrive57
07-10-2023, 08:05 PM #3

Re-download MCreator and extract it. Launch a terminal, change directory, and make the file executable with chmod +x jarfile.jar. Be aware Linux case matters—ensure the filename matches exactly as "mcreator.jar" not "MCreator.jar". Finally, execute java -jar jarfile.jar.

K
kk900314
Junior Member
29
07-11-2023, 04:47 AM
#4
Executes Java command, displays version details. Confirms OpenJDK or Oracle ProPropity environment.
K
kk900314
07-11-2023, 04:47 AM #4

Executes Java command, displays version details. Confirms OpenJDK or Oracle ProPropity environment.