I want to get the version to change the java version automatically.
Because until 1.16 needs java 8 however from 1.17 to launch server needs java 17 etc.
I was tried get manifest and mainclass. and then, get mainclass's major version. but high version doesn't contain true data in jar. So it cannot get the true version.
I'm sorry for my bad english.
Thank you for reading.