22 六月 2008

(转的)使用Eclipse打JAR包

To create a new JAR file in the workbench:



  1. In the Package Explorer, you can optionally pre-select one or more Java elements to export. (These will be automatically selected in the JAR Package Specification wizard page, described in Step 4.)


  2. From the menu bar, select File > Export.


  3. Select JAR file, then click Next.


  4. In the Jar Package Specification page, select the resources that you want to export in the Select the resources to export field.


  5. Select the appropriate check box to specify whether you want to Export generated class files and resources or Export Java source files and resources.


    Note: Selected resources are exported in both cases.



  6. In the Select the export destination field, either type or click Browse to select a location for the JAR file.


  7. Select or clear the Compress the contents of the JAR file check box.


  8. Select or clear the Overwrite existing files without warning check box. If you clear thischeck box, then you will be prompted to confirm the replacement of each file that will be overwritten.


    Note: The overwrite option is applied when writing the JAR file, the JAR description, and the manifest file.



  9. You have two options:



    • Click Finish to create the JAR file immediately.


    • Click Next to use the JAR Packaging Options page to set advanced options, create a JAR description, or change the default manifest.


    (还是NetBeans方便,没这么多麻烦事。当然,高人直接使用jar命令手动打包了。)

没有评论: