Is there Is there a policy or preferred way to handle a package that needs a particular version or versions of java? e.g. say it doesn't work with < 9.
I could imagine it might not want to just rely on /usr/bin/java because you might not want it to break if the system has 8 and 11 installed, and then the local admin changes the default to 8 via update-alternatives. To avoid that, I imagine the application's /usr/bin/something could examine $(update-alternatives --list java) to find a suitable version, but is that reasonable, or is there a preferable approach? Thanks -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4