java:创建自己的Liberaries的步骤

1.Windows-Preferences-Java-Build Path-User Liberaries

2.点击右侧new,创建自己的类库名。注意:下面的System libraries 不要勾选。

3.点击新建的库,点击右侧Add Jar,添加进去你的jar.然后ok.

4.当需要引用你自己的liberaries时,在工程上右键,点击Build Path-Configure bulid path.

5.在右边选择Add Library,选择User Liberary,点击next,勾选需要的类库。点击Finish.

原文地址:https://www.cnblogs.com/lowerCaseK/p/create_yourself_Liberaries.html