Jump to content

CMD: Error: Unable to acces jarfile MinecraftServer

Go to solution Solved by Eigenvektor,

You need to provide the path to the file, not just a directory. Something like:

java -Xmx1024M -Xms1024M -jar MinecraftServer\server.jar

 

Edited to add: You probably shouldn't be running that process as an administrator for security reasons.

so this is the first time im trying to set up my own Minecraft Server.

i downloaded and installed the most recent version of Java, installed Minecraft Server 1.14.4, and put that server file in a seperate Folder in my D drive named "MinecraftServer".

i opened CMD as administrator, and i then typed as followed:

 

Microsoft Windows [Version 10.0.18362.30]
(c) 2019 Microsoft Corporation. Alle rechten voorbehouden.
 

C:\Windows\system32>D:
 

D:\>java -Xmx1024M -Xms1024M -jar MinecraftServer

Error: Unable to access jarfile MinecraftServer

D:\>

 

What am i doing wrong and what can i do to fix this?

 

heres the site im following:
https://www.godaddy.com/garage/how-to-make-a-minecraft-server/

 

image.png.98e37103242e9a053ce7c5c083427b8c.png

Link to post
Share on other sites

You need to provide the path to the file, not just a directory. Something like:

java -Xmx1024M -Xms1024M -jar MinecraftServer\server.jar

 

Edited to add: You probably shouldn't be running that process as an administrator for security reasons.

Remember to either quote or @mention others, so they are notified of your reply

Link to post
Share on other sites

2 minutes ago, Eigenvektor said:

You need to provide the path to the file, not just a directory. Something like:


java -Xmx1024M -Xms1024M -jar MinecraftServer\server.jar

 

Edited to add: You probably shouldn't be running that process as an administrator for security reasons.

alrighty thanks! its all working now

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×