Home > Back-end >  Java version of the problem
Java version of the problem

Time:12-01

 [root @ CDJS - DZFP - gxskxt1 ~] # Java - version 
Java version "1.8.0 comes with _231
"Java (TM) SE Runtime Environment (build 1.8.0 comes with _231 - b11)
The Java HotSpot (TM) 64 - Bit Server VM (25.231 b11 build, mixed mode)

I check to the server version is 1.8, I test server should be installed Java version? I searched the 1.8 version of the good old, are now out to java15 version

CodePudding user response:

1.8 it is best to still need to use the JDK version of the same, if really can't find, can use a similar version, remember to use to the singular version of the tail

CodePudding user response:

If no 1.8, your projects are running

CodePudding user response:

The
refer to the original poster MuSa xiaoxiang reply:
 [root @ CDJS - DZFP - gxskxt1 ~] # Java - version 
Java version "1.8.0 comes with _231
"Java (TM) SE Runtime Environment (build 1.8.0 comes with _231 - b11)
The Java HotSpot (TM) 64 - Bit Server VM (25.231 b11 build, mixed mode)

I check to the server version is 1.8, I test server should be installed Java version? I searched the 1.8 version of the good old, are now out to java15 version


According to your programs using the version of the JDK, different version is not backwards compatible

CodePudding user response:

Waiting in the

CodePudding user response:

Each new version will be updated a lot of things, if you are interested can go to the website and see every version of the distinction, online version of the big version must be the same, small version can be a little difference,

CodePudding user response:

Don't mess with high version of the JDK, might springboot is not compatible with you
  • Related