简体   繁体   中英

add or delete library in project in eclipse plugin development

I am trying to add and delete libraries in a project in eclipse plugin development. For example, there is the JRE System Library or an ivy library. I would like to delete one of these libraries and add another one. I am using IProject, IWorkbench, etc. Is this possible?

Thanks!

1.右键单击项目2.转到Java构建路径3.添加库4.选择适当的选项5.单击完成,您就可以开始了

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM