本文介绍了将外部jar(lib / * .jar)添加到IntelliJ IDEA项目的正确方法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 在IntelliJ IDEA中创建新的Java项目时,会创建以下目录和文件:When creating a new Java project in IntelliJ IDEA, the following directories and files are created:./projectname.iml./projectname.ipr./projectname.iws./src/我想配置IntelliJ IDEA以将我的依赖JAR包含在项目的 ./ lib / * .jar 中。在IntelliJ IDEA中实现此目的的正确方法是什么?I want to configure IntelliJ IDEA to include my dependency JARs in ./lib/*.jar to the project. What is the correct way to achieve this in IntelliJ IDEA?推荐答案在IntelliJ IDEA中添加外部jar的步骤:Steps for adding external jars in IntelliJ IDEA: 从工具栏中点击文件 项目结构( Windows / Linux上的 + + + , + ; 在Mac OS X上) 在左侧面板中选择模块 依赖关系选项卡 '+'→ JAR或目录Click File from the toolbarProject Structure ( + + + on Windows/Linux, + on Mac OS X)Select Modules at the left panelDependencies tab'+' → JARs or directories 这篇关于将外部jar(lib / * .jar)添加到IntelliJ IDEA项目的正确方法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云! 08-20 20:02