Unsupported major.minor version 52.0 in ubuntu

后端 未结 4 2069
梦谈多话
梦谈多话 2021-01-18 20:11

I am using jdk1.8.0_25, and when I check the version of Java with the following command:

java -version

it outputs the followin

4条回答
  •  鱼传尺愫
    2021-01-18 20:31

    Maybe you have more than one java JDK installed. Try to check that by

    sudo update-alternatives --config javac 
    

提交回复
热议问题