Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

This java instance does not support a 64-bit JVM

I home host a Minecraft server and I just updated Java to update 65, the server worked perfectly before updating but now, it says "This Java instance does not support a 64-bit JVM. Please install the desired version." Installing 32-bit Java doesn't help and this also happens when I run my Minecraft client. I have 64-bit Windows 7 running 64-bit Java 7. If anybody can help that would be great.

EDIT: Fixed it, apparently I'm just an idiot and had 32-bit installed when I updated java, and since I thought I had 64-bit installed I never thought to re-install it. Sorry for wasting your time

like image 513
user3575143 Avatar asked Jul 28 '26 05:07

user3575143


1 Answers

As the author stated, the solution was pretty simple. Bringing it to an answer to help future users


This java instance does not support a 64-bit JVM

This error is associated with your System looking for a Java 64-bit Virtual Machine and not finding any.

To solve it, you must make sure that the 64-bit Java is installed. The problem the OP had was: He assumed he had the 64-bit installed, but he did not.

To download Java, access Java Website

like image 113
LeoColman Avatar answered Jul 31 '26 15:07

LeoColman