我有一个奇怪的问题。我将一个 java 类从计算机上的 Web 应用程序复制到另一台计算机上的 Web 应用程序。
然后我在一个类中编辑了一个方法的参数,但是当我运行我的 webapp 时,eclipse 给了我这个错误:
The method getContenutoMultimediale(String, String, String)
in the type GestioneImmagineVideo
is not applicable for the arguments (String, String, String, int, int)
但是我的方法 GestioneImmagineVideo 现在有 5 个参数,而不是 3 个。Eclipse 无法理解我编辑了该方法。
我怎样才能“刷新”日食?我尝试在我的项目中使用刷新(f5),在我的 java 资源/src 文件夹中,我重新启动了 ecplipse 和 windows。