Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java error, no VM to choose from. #12

Open
davidlud opened this issue Apr 17, 2017 · 2 comments
Open

Java error, no VM to choose from. #12

davidlud opened this issue Apr 17, 2017 · 2 comments

Comments

@davidlud
Copy link

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

@rainyroads
Copy link

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.

@Elikill58
Copy link
Contributor

Duplicate of #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants