More Info: How to Fix the Could Not Create the Java Virtual Machine Error
Need Help? Click here for more information on How to Fix the Could Not Create the Java Virtual Machine Error.
Need Help? Click here for more information on How to Fix the Could Not Create the Java Virtual Machine Error.
i get this when trying load the server using the bat file any ideas on how to fix this
C:\Users\jjbr\Desktop\the final vanilla server>java -Xmx6G -Xms6G -server.jar --port 25565
Unrecognized option: -server.jar
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
C:\Users\jjbr\Desktop\the final vanilla server>pause
Press any key to continue . . .
Remove the "-" at server.jar
and add -jar
its now working thanks