Как получить доступные версии jdk в библиотеке python install-jdk? ⇐ Python
-
Anonymous
Как получить доступные версии jdk в библиотеке python install-jdk?
I want to get all the jdk versions that available/supported for the time. I know the install-jdk library, but I think there's no function to get them, or I didn't notice. Do you know a way to get the jdk versions that the install-jdk can install?
import jdk # like the example: jdk.install("11") but I want something like this:
versions = jdk.get_available_versions() print(versions) But there's not such a function I think..
Источник: https://stackoverflow.com/questions/780 ... -of-python
I want to get all the jdk versions that available/supported for the time. I know the install-jdk library, but I think there's no function to get them, or I didn't notice. Do you know a way to get the jdk versions that the install-jdk can install?
import jdk # like the example: jdk.install("11") but I want something like this:
versions = jdk.get_available_versions() print(versions) But there's not such a function I think..
Источник: https://stackoverflow.com/questions/780 ... -of-python