当前位置:  技术问答>java相关

请大家讲一下jar,javadoc命令的使用

    来源: 互联网  发布时间:2015-09-05

    本文导语:  主要是参数的使用问题 | jar: 用法:jar {ctxu}[vfm0M] [jar-文件] [manifest-文件] [-C 目录] 文件名 ... 选项:     -c  创建新的存档     -t  列出存档内容的列表     -x  展开存档中的命名...

主要是参数的使用问题

|
jar:
用法:jar {ctxu}[vfm0M] [jar-文件] [manifest-文件] [-C 目录] 文件名 ...
选项:
    -c  创建新的存档
    -t  列出存档内容的列表
    -x  展开存档中的命名的(或所有的〕文件
    -u  更新已存在的存档
    -v  生成详细输出到标准输出上
    -f  指定存档文件名
    -m  包含来自标明文件的标明信息
    -0  仅限存储方式;使用非 ZIP 压缩格式
    -M  不生成所有项的清单(manifest〕文件
    -i  为指定的 jar 文件产生索引信息
    -C  改变到指定的目录,并且包含参数
如果指定的文件都是目录,将会使用递归方式加以处理。
必须以指定 'm' 和 'f' 选项的顺序,指定清单
〔manifest〕文件名和存档文件名。
示例1:将两个 class 文件保存到名称为 'classes.jar' 的存档文件中:
       jar cvf classes.jar Foo.class Bar.class
示例2:使用现有的清单(manifest)文件 'mymanifest',将 foo/ 目录
      下的所有文件保存到名称为 'classes.jar' 的存档文件中:
       jar cvfm classes.jar mymanifest -C foo/ .

javadoc:
javadoc: No packages or classes specified.
usage: javadoc [options] [packagenames] [sourcefiles] [classnames] [@files]
-overview           Read overview documentation from HTML file
-public                   Show only public classes and members
-protected                Show protected/public classes and members (default)
-package                  Show package/protected/public classes and members
-private                  Show all classes and members
-help                     Display command line options
-doclet            Generate output via alternate doclet
-docletpath         Specify where to find doclet class files
-1.1                      Generate output using JDK 1.1 emulating doclet
-sourcepath     Specify where to find source files
-classpath      Specify where to find user class files
-bootclasspath  Override location of class files loaded
                          by the bootstrap class loader
-extdirs         Override location of installed extensions
-verbose                  Output messages about what Javadoc is doing
-locale             Locale to be used, e.g. en_US or en_US_WIN
-encoding           Source file encoding name
-J                  Pass  directly to the runtime system

Provided by Standard doclet:
-d             Destination directory for output files
-use                      Create class and package usage pages
-version                  Include @version paragraphs
-author                   Include @author paragraphs
-splitindex               Split index into one file per letter
-windowtitle        Browser window title for the documenation
-doctitle      Include title for the package index(first) page
-header        Include header text for each page
-footer        Include footer text for each page
-bottom        Include bottom text for each page
-link                Create links to javadoc output at 
-linkoffline   Link to docs at  using package list at 
-group  :.. Group specified packages together in overview page
-nodeprecated             Do not include @deprecated information
-nosince                  Do not include @since information
-nodeprecatedlist         Do not generate deprecated list
-notree                   Do not generate class hierarchy
-noindex                  Do not generate index
-nohelp                   Do not generate help link
-nonavbar                 Do not generate navigation bar
-serialwarn               Generate warning about @serial tag
-charset         Charset for cross-platform viewing of generated docume
ntation.
-helpfile           Include file that help link links to
-stylesheetfile     File to change style of the generated documentation
-bottom        Include bottom text for each page
-link                Create links to javadoc output at 
-linkoffline   Link to docs at  using package list at 
-group  :.. Group specified packages together in overview page
-nodeprecated             Do not include @deprecated information
-nosince                  Do not include @since information
-nodeprecatedlist         Do not generate deprecated list
-notree                   Do not generate class hierarchy
-noindex                  Do not generate index
-nohelp                   Do not generate help link
-nonavbar                 Do not generate navigation bar
-serialwarn               Generate warning about @serial tag
-charset         Charset for cross-platform viewing of generated docume
ntation.
-helpfile           Include file that help link links to
-stylesheetfile     File to change style of the generated documentation

|
来晚了,呵呵,帮你UP吧。

    
 
 

您可能感兴趣的文章:

  • 请问怎么用jar命令生成可以执行(java -jar mm.jar)的jar文件?
  • 如何使用jar命令将一个目录打包为同名jar文件?
  • 怎样用java的jar命令解开*.jar文件??急!!!!
  • 请问:如果用jar命令打包
  • 请问各位大侠一个关于jar命令问题
  • java使用命令行打包JAR
  • 请问用什么命令把一个目录下的所有CLASS,打包成jar???谢谢
  • jar命令封包class的问题
  • 关于jar xf *.jarFile 命令在ant中的实现!各位谁见过或者用过?分肯定给!即使解决不了!谢谢了!
  • 初學JBUILDER,做了一個Application(訪問數据庫的)打包成.JAR,在本地可以用命令行運行,如何發布到其他計算机,需要那些環境?
  • 请问如何使用jar命令,在线
  • 如何用JDK的jar.exe命令列出jar档的内容?
  • .jar文件的使用(在JRun4.0中) iis7站长之家
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 为什么我不能使用java -jar orion.jar -install
  • .jar文件的使用(在JRun4.0中)
  • 谁能告诉我如何使用JAR进行压缩(语法)
  • 使用自定义.jar压缩文档的问题!
  • 使用jar.exe打包时,路径中不能有空格
  • Applet中调用Corba,需要使用org.omg.CORBA.ORB.class。但是IE找不到这个类所在的Jar。
  • freetds_jdbc.jar谁会用,那里可以找到它的使用文档?
  • 7MB的JRE1.3.1实在太大,据说可以改用swingall.jar此物应如何使用?
  • Applet应用扩展--数字签名(一) 使用签名的jar包,即可实现访问沙箱之外!
  • 如何才能使用servlet.jar
  • java命名空间java.util.jar类jarinputstream的类成员方法: createzipentry定义及介绍
  • java -jar a.jar这些进程怎么杀啊?
  • java命名空间java.util.jar类jarfile的类成员方法: jarfile定义及介绍
  • 一个双击便能执行的jar文件与一般的JAR文件有什么区别
  • java命名空间java.util.jar类jarfile的类成员方法: getjarentry定义及介绍
  • 怎样打包jar,能使生成的jar文件双击后执行该程序?
  • java命名空间java.util.jar类jarentry的类成员方法: endcom定义及介绍
  • 多个jar文件如何打包成一个jar
  • java命名空间java.util.jar类attributes.name的类成员方法: main_class定义及介绍
  • android导入第三方jar包报错 如何正确导入jar包
  • java命名空间java.util.jar类jarinputstream的类成员方法: getnextjarentry定义及介绍
  • 新人报到:请问如何用jar解开一个*.jar文件
  • java命名空间java.util.jar类jarfile的类成员方法: manifest_name定义及介绍
  • .jar文件是怎么回事,如何制作.jar文件?
  • java命名空间java.util.jar类jarentry的类成员方法: exthdr定义及介绍
  • 请问如何在一个jar包中删除一些文件?比如jre中自带的rt.jar?
  • java命名空间java.util.jar类jarentry的类成员方法: locnam定义及介绍
  • 为什么我把一个可运行的jar包展开之后,再用jar把它打包之后,就没法执行!
  • java命名空间java.util.jar类jarentry的类成员方法: extlen定义及介绍
  • 用jbuilder开发的程序,其中用到了xylayout,将应用程序做成了jar文件,运行jar文件时,提示错误。请大家多帮忙
  • java命名空间java.util.jar类jarentry的类成员方法: cenlen定义及介绍


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3