{"id":863,"date":"2022-02-24T19:11:42","date_gmt":"2022-02-24T11:11:42","guid":{"rendered":"https:\/\/www.zhuyanbin.com\/?p=863"},"modified":"2022-02-24T19:14:34","modified_gmt":"2022-02-24T11:14:34","slug":"%e6%9b%b4%e6%96%b0jar%e5%8c%85%e9%87%8c%e7%9a%84%e9%85%8d%e7%bd%ae%e6%96%87%e4%bb%b6","status":"publish","type":"post","link":"https:\/\/www.yanbin888.com\/?p=863","title":{"rendered":"\u66f4\u65b0jar\u5305\u91cc\u7684\u914d\u7f6e\u6587\u4ef6"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"\u65b9\u6cd5\u4e00\u66f4\u65b0jar\u5305\u6587\u4ef6\">\u65b9\u6cd5\u4e00\uff0c\u66f4\u65b0jar\u5305\u6587\u4ef6<\/h2>\n\n\n\n<p>\u6700\u5148\u60f3\u5230\u7684\u529e\u6cd5\u662f\u7528\u547d\u4ee4\u628ajar\u5305\u89e3\u538b<code>jar -xvf xxx.jar<\/code>&nbsp;\u4fee\u6539\u5b8c\u6bd5\u540e\u91cd\u65b0\u6253\u5305&nbsp;<code>jar cf xxx.jar *<\/code>&nbsp;\uff0c\u672c\u4ee5\u4e3a\u662f\u5927\u529f\u544a\u6210\uff0c\u6267\u884c<code>java -jar xxx.jar<\/code>&nbsp;\u62a5\u9519<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>no main manifest attribute,in xxx.jar\n<\/code><\/pre>\n\n\n\n<p>\u7ecf\u4e86\u89e3\u9700\u8981\u5728<code>MANIFEST.MF<\/code>\u6587\u4ef6\u6dfb\u52a0main\u65b9\u6cd5\u7684\u7c7b\u3002\u7528<code>maven<\/code>\u6253\u5305\u7684\u8bdd\u8fd9\u4e9b\u90fd\u81ea\u52a8\u914d\u7f6e\u4e86\u3002 \u5bf9\u6bd4\u4e24\u6b21\u751f\u6210<code>MANIFEST.MF<\/code>\u6587\u4ef6\u91cc\u8fb9\u786e\u5b9e\u5c11\u4e86\u4e0d\u5c11\u5185\u5bb9\u9879\uff0c\u6839\u636e\u62a5\u9519\u5185\u5bb9\u4e3b\u8981\u7684main\u65b9\u6cd5\u7684\u7c7b\u6ca1\u6709\u6307\u5b9a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Main-Class: org.springframework.boot.loader.JarLauncher\nStart-Class: xxxApp\n<\/code><\/pre>\n\n\n\n<p>\u7528jar\u91cd\u65b0\u6253\u5305\u7684\u65b9\u6cd5\u80af\u5b9a\u662f\u4e0d\u884c\u4e86\uff0c\u80af\u5b9a\u8fd8\u6709\u9700\u8981\u6ce8\u610f\u7684\u7ec6\u8282\u3002\u53c8\u4e00\u60f3\u6211\u53ea\u662f\u8981\u4fee\u6539\u914d\u7f6e\u6587\u4ef6\uff0c\u66ff\u6362\u6389jar\u5305\u91cc\u7684\u914d\u7f6e\u6587\u4ef6\u5c31\u53ef\u4ee5\u4e86\u3002\u67e5\u4e86\u4e0bjar\u7684\u6587\u6863\u3002\u679c\u7136\u6709\u66f4\u65b0\u65b9\u6cd5\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>jar uf xxx.jar BOOT-INF\/classes\/application-dev.yml\n<\/code><\/pre>\n\n\n\n<p>\u66ff\u6362\u4e4b\uff0c\u542f\u52a8jar,\u987a\u987a\u5229\u5229\u7684\u542f\u52a8\u4e86\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"\u65b9\u6cd5\u4e8cjar\u91cd\u65b0\u6253\u5305\">\u65b9\u6cd5\u4e8c\uff0cjar\u91cd\u65b0\u6253\u5305<\/h2>\n\n\n\n<p>\u540e\u6765\u5bf9\u4e8e\u6700\u5148\u60f3\u5230\u7684\u65b9\u6cd5\u53c8\u5728\u7f51\u4e0a\u67e5\u4e86\u4e0b\uff0c\u4e5f\u6709\u5bf9\u5e94\u7684\u89e3\u51b3\u529e\u6cd5,\u4f46\u662f\u4f1a\u6709\u4e24\u4e2a\u95ee\u9898\u8981\u5904\u7406<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>\u963b\u6b62jar\u6253\u5305\u65f6\u91cd\u65b0\u751f\u6210\u6e05\u5355\u5217\u8868\uff0c&nbsp;&nbsp;<code>-M<\/code>&nbsp;\u4e0d\u914d\u7f6e\u914d\u7f6e\u6e05\u5355\uff0c\u8fd9\u6837\u8fd8\u53ef\u4ee5\u4f7f\u7528<code>maven<\/code>\u751f\u6210\u7684\u914d\u7f6e\u6e05\u5355\u4e5f\u5c31\u662f<code>MANIFEST.MF<\/code><\/li><\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>jar -cfM xxx.jar *\n<\/code><\/pre>\n\n\n\n<ol class=\"wp-block-list\" start=\"2\"><li>jar\u6253\u5305\u65f6\u4e0d\u8fdb\u884c\u538b\u7f29&nbsp;<code>-0<\/code><\/li><\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>jar -cfM0 xxx *\n<\/code><\/pre>\n\n\n\n<p>\u538b\u7f29\u7684\u8bdd\u4f1a\u6709\u9519\u8bef\uff0c\u5982\u4e0b\uff1a(\u5df2\u88ab\u538b\u7f29\uff0c\u5d4c\u5957\u7684jar\u6587\u4ef6\u65e0\u9700\u88ab\u538b\u7f29)<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Unable to open nested entry 'BOOT-INF\/lib\/cache-api-0.4.jar'.\nIt has been compressed and nested jar files must be stored without compression.\n<\/code><\/pre>\n\n\n\n<p>\u6700\u7ec8\u547d\u4ee4\uff1a<code>jar -cfM0 xxx.jar *<\/code><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>Link: <a href=\"https:\/\/www.cnblogs.com\/dayou123123\/p\/6845432.html\">https:\/\/www.cnblogs.com\/dayou123123\/p\/6845432.html<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u65b9\u6cd5\u4e00\uff0c\u66f4\u65b0jar\u5305\u6587\u4ef6 \u6700\u5148\u60f3\u5230\u7684\u529e\u6cd5\u662f\u7528\u547d\u4ee4\u628ajar\u5305\u89e3\u538bjar -xvf xxx.jar&nbsp;\u4fee\u6539 <span class=\"ellipsis\">&hellip;<\/span> <span class=\"more-link-wrap\"><a href=\"https:\/\/www.yanbin888.com\/?p=863\" class=\"more-link\"><span>Read More &rarr;<\/span><\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[57],"tags":[58],"class_list":["post-863","post","type-post","status-publish","format-standard","hentry","category-java","tag-java"],"_links":{"self":[{"href":"https:\/\/www.yanbin888.com\/index.php?rest_route=\/wp\/v2\/posts\/863","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.yanbin888.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.yanbin888.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.yanbin888.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.yanbin888.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=863"}],"version-history":[{"count":2,"href":"https:\/\/www.yanbin888.com\/index.php?rest_route=\/wp\/v2\/posts\/863\/revisions"}],"predecessor-version":[{"id":868,"href":"https:\/\/www.yanbin888.com\/index.php?rest_route=\/wp\/v2\/posts\/863\/revisions\/868"}],"wp:attachment":[{"href":"https:\/\/www.yanbin888.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=863"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.yanbin888.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=863"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.yanbin888.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=863"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}