开发者

How to exclude a jar from eclipse class path?

How to modify the xml to exclude a jar name开发者_JS百科 which is added to the classpath ? (this jar belongs to other project which the project that I run depends on) how to modify .classpath file?


Open up the .classpath file and remove the corresponding entry.. .classpath file is hidden and is inside the root directory of your eclipse project.

<classpathentry kind="var" path="path-to-jar"/>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜