本文介绍了如何用java代码刷新Eclipse Package Explorer?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在我的项目中,我生成一些文件。但是每次我需要刷新Eclipse Package Explorer。所以我需要刷新浏览器的java代码。是这个posibble?
解决方案
如果您使用ANT生成文件,您可以配置外部工具配置来完成刷新项目。
您也可以使用本地刷新选项:
In my project i generate some files. But everytime i need to refresh Eclipse Package Explorer.
So i need refresh explorer by java code. is This posibble ?
解决方案
If you use ANT to generate your files you may configure "External Tool Configuration" to refresh project at completion.
You may use the native refresh option too:
这篇关于如何用java代码刷新Eclipse Package Explorer?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!