Eclipse Unrecognized option: -Xincgc

我是研究僧i 提交于 2021-01-29 00:45:29

问题


I am currently running Eclipse on Windows and received an error message I could not decipher:

Unrecognized option: -Xincgc

I have not found any other case of a similar error and could need some help. I am not sure if I am missing a tool or JRE / JDK.


回答1:


-Xincgc was an old JVM option that meant, "Use Incremental Garbage Collection." I think it has been deprecated or removed from newer versions of Java. You can probably just delete it. It might be in your Maven .pom file or your Gradle file, or in the build options in Eclipse.



来源:https://stackoverflow.com/questions/54854750/eclipse-unrecognized-option-xincgc

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!