Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Java Machine Error #103

Open
muhammetfaik opened this issue Jul 6, 2018 · 1 comment
Open

Java Machine Error #103

muhammetfaik opened this issue Jul 6, 2018 · 1 comment

Comments

@muhammetfaik
Copy link

bash dist/tinderbox-1.1-SNAPSHOT/bin/tinderbox

Unrecognized VM option 'MaxPermSize=256m'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

Help.
System Ubuntu 16.04.

@gregyjames
Copy link

According to This

Java no longer supports MaxPermSize. You need to install Java 8 and make it the default.

sudo apt install openjdk-8-jdk
sudo update-alternatives --config java

Hopefully, this helps with your issue.

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

No branches or pull requests

2 participants