Keytool is not recognized as an internal or external command

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

    Execute following command:

    set PATH="C:\Program Files (x86)\Java\jre7"

    (whichever JRE exists in case of 64bit).

    Because your Java Path is not set so you can just do this at command line and then execute the keytool import command.

提交回复
热议问题