Where is the Keytool application?

2019-01-21 21:06发布

I need to use mapview control in android and I can't seem to understand how to run keytool. Is it installed with eclipse? I can't seem to find a download link.

Thanks

8条回答
戒情不戒烟
2楼-- · 2019-01-21 21:50

For me it turned out to be in c/Program Files/Java/jdk1.7.0_25/bin (Windows 8). A more general answer to this question is that it will most likely be in the bin sub directory of wherever your jdk is installed.

查看更多
▲ chillily
3楼-- · 2019-01-21 21:51

keytool it's a binary file into the JDK folder ... just add your JDK as environment variable by adding the following line

C:\Program Files\Java\jdk1.8.0_65\bin
查看更多
登录 后发表回答