Keytool is not recognized as an internal or external command

后端 未结 7 1068
独厮守ぢ
独厮守ぢ 2021-02-11 14:20

I am trying to discover the list of trusted authorities in my Java Runtime using the instructions in this article. When I typed the command below:

C:\\ColdFusion         


        
7条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-11 14:50

    Make sure JAVA_HOME is set and the path in environment variables. The PATH should be able to find the keytools.exe

    Open “Windows search” and search for "Environment Variables"

    Under “System variables” click the “New…” button and enter JAVA_HOME as “Variable name” and the path to your Java JDK directory under “Variable value” it should be similar to this C:\Program Files\Java\jre1.8.0_231

提交回复
热议问题