IntelliJ: Including jars in a jar artifact

前端 未结 3 1013
失恋的感觉
失恋的感觉 2021-01-21 03:33

Developing on the Mac with IntelliJ 9.0.2 Community Edition.

I have a program which depends on two library jars. I have figured out how to get IntelliJ to make me a jar

3条回答
  •  鱼传尺愫
    2021-01-21 04:24

    Having the dependency JARs included in your JAR should allow yoru code to run successfully. You probably don't have the JARs on your classpath.

提交回复
热议问题