1.pom引入第三方jar包(lib创建在了项目目录下)

<dependency>
     <groupId>com.FCardIO</groupId>
     <artifactId>FCardIO</artifactId>
     <version>0.0.1</version>
     <scope>system</scope>
     <systemPath>${project.basedir}/lib/FCardIO.jar</systemPath>
</dependency>

idea 添加第三方jar包 打包jar 

2.点击File-->Project Structure-->Atifacts

idea 添加第三方jar包 打包jar

idea 添加第三方jar包 打包jar

idea 添加第三方jar包 打包jar

3.点击Build-->Build Artifacts

idea 添加第三方jar包 打包jar

 

idea 添加第三方jar包 打包jar

相关文章:

  • 2021-04-22
  • 2021-06-30
  • 2021-07-29
  • 2021-11-17
  • 2022-02-17
猜你喜欢
  • 2021-05-11
  • 2022-02-08
  • 2021-06-11
  • 2022-12-23
  • 2021-12-05
  • 2021-12-20
  • 2022-12-23
相关资源
相似解决方案