首页 > 代码库 > 【Intellij】导出 jar 包
【Intellij】导出 jar 包
需要在 Intellij 导出 jar 包,一时不知道该怎么做,后来总算找到了方法,步骤如下:
1. File → Project Structure... → Artifacts → + → jar → From modules with .... → 选择一个要执行的main方法
2. 勾选 extract to the target JAR
3. 选择 manifest 的位置:d:\idea\myproject\src
4. 勾选 build on make
5. build -> build artifacts... -> build
6. D:\idea\myproject\out\artifacts\ 寻找 jar 文件
参考链接:
http://my.oschina.net/scipio/blog/287634?p=1
http://blog.sina.com.cn/s/blog_5d2054d90102vzru.html
【Intellij】导出 jar 包
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。