warmroast icon indicating copy to clipboard operation
warmroast copied to clipboard

Java error, no VM to choose from.

Open davidlud opened this issue 7 years ago • 2 comments

Trying to monitor a minecraft server, this is the current command I am running pastebin https://pastebin.com/FdUQBAWx

davidlud avatar Apr 17 '17 09:04 davidlud

I ran into this same issue. Make sure the path to your JRE binary is in your windows PATH, e.g.

$env:PATH = $env:PATH + ";C:\Program Files\Java\jdk1.8.0_141\jre\bin"

After that, it should work fine.

rainyroads avatar Aug 18 '17 00:08 rainyroads

Duplicate of #2

Elikill58 avatar Mar 28 '23 20:03 Elikill58