This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I have a forge 1.16.5 modded server, but whenever i wanna click run.bat file, it says that it's unable to acces the jarfile Forge_server. Can anyone help?
Make sure you are using Java 8
Yes, I even read one of your replies, def Java 8
The minecraft server.jar seems to work just fine, but I cannot join that server with mods o'course.
Add the lines of your run.bat file
C:\Users\Nave 2\OneDrive\Desktop\doctor>java -Xmx4096M -Xms4096M -jar forgeserver.jar nogui Error: Unable to access jarfile forgeserver.jar
C:\Users\Nave 2\OneDrive\Desktop\doctor>PAUSE Press any key to continue . . .
I hope i dont have any vital info there.
Do not use the OneDrive directory
Your PC-NAME has a space - so use a directory like
C:\Users\server\
Replace the world java in your run.bat with the java 8 path to the javaw.exe and put it into quotation marks
For example:
"C:\Program Files\Java\jre1.8.0_311\bin\javaw.exe" -Xmx4096M -Xms4096M -jar forgeserver.jar pause
Make sure the java path is correct - also the forge server jar file name hat to match
Uhhh, english, please?
What do you mean?
The server path is
C:\Users\Nave 2\OneDrive\Desktop\doctor\
Change it to
C:\Users\doctor\
Check the java 8 path on your system
It should be at
C:\Program Files\Java\
Copy the full java 8 path
Open your script, and replace the word "java" with the java 8 path
Put this path into quotation marks - like in the example
The name of the forge server jar file in your server folder have to match with the name in the script
Ok, nevermind. I got it all working, only needed to change the filename to forgeserver.jar and delete one mod. Thx for the help, I rly appreciate it!
I have a forge 1.16.5 modded server, but whenever i wanna click run.bat file, it says that it's unable to acces the jarfile Forge_server. Can anyone help?
Make sure you are using Java 8
>> Link to Curseforge <<
Yes, I even read one of your replies, def Java 8
The minecraft server.jar seems to work just fine, but I cannot join that server with mods o'course.
Yes, I even read one of your replies, def Java 8
The minecraft server.jar seems to work just fine, but I cannot join that server with mods o'course.
Add the lines of your run.bat file
>> Link to Curseforge <<
C:\Users\Nave 2\OneDrive\Desktop\doctor>java -Xmx4096M -Xms4096M -jar forgeserver.jar nogui
Error: Unable to access jarfile forgeserver.jar
C:\Users\Nave 2\OneDrive\Desktop\doctor>PAUSE
Press any key to continue . . .
I hope i dont have any vital info there.
Do not use the OneDrive directory
Your PC-NAME has a space - so use a directory like
C:\Users\server\
Replace the world java in your run.bat with the java 8 path to the javaw.exe and put it into quotation marks
For example:
Make sure the java path is correct - also the forge server jar file name hat to match
>> Link to Curseforge <<
Uhhh, english, please?
What do you mean?
The server path is
C:\Users\Nave 2\OneDrive\Desktop\doctor\
Change it to
C:\Users\doctor\
Check the java 8 path on your system
It should be at
C:\Program Files\Java\
Copy the full java 8 path
Open your script, and replace the word "java" with the java 8 path
Put this path into quotation marks - like in the example
The name of the forge server jar file in your server folder have to match with the name in the script
>> Link to Curseforge <<
Ok, nevermind. I got it all working, only needed to change the filename to forgeserver.jar and delete one mod. Thx for the help, I rly appreciate it!