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.
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.
Did you check the file with ls -l to confirm its permissions and ownership?
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.