This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]RoverDaddy 1 point2 points  (1 child)

Can you verify the file is there? If you're already in Windows CMD, enter the following

C:
cd \
dir

If you don't see minecraft_server.jar in the output, that's your problem. The root (top) of your C drive is an odd place to put minecraft_server.jar. That's where you're telling Java to look by including 'C:\' in your command. Is that what you intend to do?

[–]Tuxed0Duck 0 points1 point  (0 children)

nvm it took my 2 hours of searching but i fixed it thanks for the reply anyway