IntelliJ不能正确创建jar

时间:2017-11-27 14:40:51

标签: java intellij-idea jar intellij-14

当我尝试构建我的.jar时(如上所述here)我在MANIFEST.MF文件夹中找到了xmlartifacts文件.idea文件夹。但是我在artifact文件夹中没有.jar文件夹和out文件。这就是.jar文件的位置。这个构建过程早期工作,我不知道我搞砸了什么。

我真的需要构建一个jar并使用IntelliJ GUI创建器,所以我不能简单地用其他程序构建一个jar,因为它使用IntelliJ库中的一些编译类,可以吗?

artifacts文件夹中的xml文件:

<component name="ArtifactManager">
  <artifact type="jar" name="Zimmerbelegung_BwInf36:jar">
    <output-path>$PROJECT_DIR$/out/artifacts/Zimmerbelegung_BwInf36_jar</output-path>
    <root id="archive" name="Zimmerbelegung_BwInf36.jar">
      <element id="directory" name="META-INF">
        <element id="file-copy" path="$PROJECT_DIR$/META-INF/MANIFEST.MF" />
      </element>
      <element id="module-output" name="Zimmerbelegung_BwInf36" />
    </root>
  </artifact>
</component>

我的项目结构如下:

1 个答案:

答案 0 :(得分:1)

IntelliJ没有自动构建工件。

所以我必须手动构建它:(Build&gt; Build Artifacts...