I just set up a minecraft server atm3 but the server starter of which calls the following command:
java -d64 -jar x.jar
but I don't have the parameter -d64
my question is what does the parameter do
and how can I get it into my java…
console log short:
Unrecognized option: -d64
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
[20:38:39] [INFO] Server has been stopped, it has started 1 times in 60min
[20:38:39] [INFO] Restarting server in 10 seconds, press ctrl + c to stop
[20:38:49] [INFO] Starting Forge, output incoming
Unrecognized option: -d64
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
[20:38:49] [INFO] Server has been stopped, it has started 2 times in 60min
[20:38:49] [INFO] Restarting server in 10 seconds, press ctrl + c to stop
[20:38:59] [INFO] Starting Forge, output incoming
…
Do not you need. If you have a 64-bit JDK, it works at 64-bit.
The problem is the starter does it automatically… So I can't adjust it…
Yes, that's right. The standard program java (.exe) from Oracle has no -d option for command line parameters. And you can't get it "into your Java".
Which version do i need then? Use btw Debian
I do not know. You can try OpenJDK, but I couldn't find any information on the -d64 parameter at all. There's a -d parameter, but it outputs a module description if you specify "-d modulename".
Ok thank you first…