Open fs111 opened 3 years ago
I am learning asdf and asdf-java right now, so this may be obvious, but it is not to me.
asdf
asdf-java
I have installed graalvm like so:
asdf install java graalvm-21.1.0+java11
That worked fine. When I try to import a root certificate of my employer into the keystore via keytool I am getting this error message:
keytool
No version set for command keytool Consider adding one of the following versions in your config file at java graalvm-21.1.0+java11
It is unclear which config file it is talking about, at least to me.
I am learning
asdf
andasdf-java
right now, so this may be obvious, but it is not to me.I have installed graalvm like so:
asdf install java graalvm-21.1.0+java11
That worked fine. When I try to import a root certificate of my employer into the keystore via
keytool
I am getting this error message:It is unclear which config file it is talking about, at least to me.