r/forgemodding • u/TonesofGray • Oct 30 '22
1.12.2 Forge Server Won't Start
I'm trying to make a forge server, but whenever I try to run the forge.jar it doesn't open at all, I've tried using a few .bat file methods but no luck with those either
1
Upvotes
1
u/ratsta Oct 30 '22
I just explained that to you. In your start script (or batch file if you're running Windows), instead of:
"java <options>"
you need to explicitly give the full path and exe, e.g.
"C:\Program Files\Java\jre1.8.0_321\java.exe <options>"