warmroast
warmroast copied to clipboard
Java error, no VM to choose from.
Trying to monitor a minecraft server, this is the current command I am running pastebin https://pastebin.com/FdUQBAWx
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.
Duplicate of #2