halcyon / asdf-java

A Java plugin for asdf-vm.
MIT License
454 stars 86 forks source link

unable to run keytool after installing graalvm #147

Open fs111 opened 3 years ago

fs111 commented 3 years ago

I am learning asdf and asdf-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:

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.