Ubuntu – Unrecognized option: –version Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit

java

My system is ubuntu 16.04. First I had uninstalled java10 and then tried installing java8 so I am getting the below mentioned error. Please anyone can help me regarding this error with detailed steps.Please help soon its urgent.

Unrecognized option: –version Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit

Best Answer

Make sure you are really typing:

java --version

If so, try with a single dash like:

java -version
Related Question