Java Keytool - 如何打开并保持打开状态?

发布于 2024-12-15 04:48:59 字数 116 浏览 1 评论 0原文

当我尝试运行 keytool (我发现了它的很多很多版本)时,我无法让它保持打开状态,它似乎运行了一些东西然后关闭。

嘿嘿!!

我在 Windows 7 64 位上使用 Eclipse。

When I try and run keytool (and I have found many, many versions of it) I cannot get it to stay open, it seems to run something then close.

Heeellp!!

I am using Eclipse on Windows 7 64bit.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鹿童谣 2024-12-22 04:48:59

Keytool 只是一个实用程序,用于协助创建/查看密钥库/私钥/公钥。

所以它只是从命令提示符执行命令。

运行以下命令来查看您的选项:

keytool -help

请阅读此处以获取有关如何使用它的说明:Java Keytool

Keytool is just a utility program to assist in creation/viewing of keystores/private/public keys.

So it just executes a command from the command prompt.

Run the following command to see your options:

keytool -help

Read here for instructions on how to use it: Java Keytool

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文