On 30.09.2018 10:33, Alan Bateman wrote:[...]
One mental model is to think of it as a search path. If you are JDK 11 then search path for entries in the JAR file is:

     META-INF/versions/11:META-INF/versions/10:META-INF/versions/9:.

where "." is the top-level directory in the JAR file.

what are the plans if there is for example java 15? Will it search for 15, 14, 13, 12, 11, 10 and then 9? Or will 9 for example be removed from the search path?

bye Jochen

Reply via email to