How to Tell Eclipse to Include Standard .jar Library for All Projects

后端 未结 4 1050
暗喜
暗喜 2020-12-08 17:36

I realize that in eclipse you can specify certain .jar libraries to add for individual projects, but I was wondering if it was possible to make it such that eclipse automati

4条回答
  •  庸人自扰
    2020-12-08 18:05

    Under Window -> Preferences -> Java -> Installed JREs find your default JRE (the checked one) and hit Edit. Add jars that you want.

提交回复
热议问题