Adding a JAR to an Eclipse Java library

后端 未结 4 545
悲哀的现实
悲哀的现实 2020-11-27 20:46

How do you add a JAR file to an already existing Java library in Eclipse? Note that this is not a user library.

That is, if you look at the Java Build Path for a Ja

4条回答
  •  时光说笑
    2020-11-27 21:11

    As of Helios Service Release 2, there is no longer support for JAR files.You can add them, but Eclipse will not recognize them as libraries, therefore you can only "import" but can never use.

提交回复
热议问题