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.
发布评论
评论(4)
大概明白什么意思了,但是,还不是不懂该怎么处理。遇到了这个包里的cache类报的一个错,反编译也看不懂,搞不定了。
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.
在这个目录下Javajdk1.6.0_43jrelibdeploy.jar
你是什么版本的?我看了1.6 1.7的JDK都没有这个Jar包,是你自己加进去的吧