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代码刷新资源管理器。这是可能的吗?
如果您使用 ANT 生成文件,您可以配置“外部工具配置”以在完成时刷新项目。
您也可以使用本机刷新选项:
窗口 - 首选项 - 常规 - 工作区 - 使用本机挂钩或轮询刷新。