jdk目录下有个deploy.jar包,是干什么的?

发布于 2021-11-26 02:04:13 字数 26 浏览 844 评论 4

jdk目录下有个deploy.jar包,是干什么的?

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

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

发布评论

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

评论(4

清风夜微凉 2021-11-26 23:22:18

大概明白什么意思了,但是,还不是不懂该怎么处理。遇到了这个包里的cache类报的一个错,反编译也看不懂,搞不定了。

野心澎湃 2021-11-26 20:25:48

deploy.jar is part of Java deployment stack and used for applets and Webstart applications.

deploy.jar is common part of the Java installation directory - this file runs the installation of some product. When the Java path is correctly set, user can execute this file (just double-click it or press enter on the file) and the application to be deployed will run its installer. E.g. Nokia OVI suite usually uses this form of deployment. As each other JAVA package, if You rename it to ZIP and open the content, you can check what classes are inside the package.

哑剧 2021-11-26 20:05:42

在这个目录下Javajdk1.6.0_43jrelibdeploy.jar

秋意浓 2021-11-26 15:57:10

你是什么版本的?我看了1.6  1.7的JDK都没有这个Jar包,是你自己加进去的吧

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