Keytool is not recognized as an internal or external command

后端 未结 7 1070
独厮守ぢ
独厮守ぢ 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:58

    1. Add your JDK's /bin folder to the PATH environmental variable. You can do this under System settings > Environmental variables, or via CLI:

      set PATH=%PATH%;C:\Program Files\Java\jdk1.7.0_80\bin
      
    2. Close and reopen your CLI window

提交回复
热议问题