How to force my JAR to be executed on JDK 8?
I have a project Java (without maven or gradle, a “simple” one) and it has a lot of librairies to run it.
The project must be launched with JDK 8 otherwise it won’t work because it’s not compatible with higher versions.