在Eclipse中导入Java项目后,我收到以下警告消息:
Classpath variable 'JRE_LIB' in project 'scheduleDemo' is deprecated. Use the JRE system Library instead.此警告消息是什么意思?如何删除此消息?
发布于 2013-07-01 09:40:12
看起来JRE_LIB已被弃用。这是一条Classpath验证消息
要解决此问题,您可以转到Java Build Path属性页并单击Library选项卡,然后单击Add Library
https://stackoverflow.com/questions/17396411
复制相似问题