Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Eclipse 中导入 Java 项目后,我收到以下警告消息:
Classpath variable 'JRE_LIB' in project 'scheduleDemo' is deprecated. Use the JRE system Library instead.
此警告消息是什么意思,如何删除此消息?
似乎JRE_LIB已弃用。这是一条Classpath验证消息
JRE_LIB
Classpath
要解决此问题,您可以转到Java Build Path属性页面并单击Library 选项卡,然后Add Library
Java Build Path
Library
Add Library