Java虚拟机常见的问题解决(一)
错误:Error: Could not create the Java Virtual Machine.Error: A fatal exception has occurred. Program will exit.Conflicting collector combinations in option list; please refer to the release notes for th
·
错误:
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.Conflicting collector combinations in option list; please refer to the release notes for the combinations allowed
解决思路:
出现上面的bug的问题可能存在很多,但是在学习使用各种参数的时候,也许会有人在选择使用哪种垃圾收集器时候,一下子给出了多个参数导致的问题,解决方案就是 GC子系统最多只能选择一种垃圾收集策略。下面就是因为我在这里使用了两种垃圾收集策略导致的,这是我在提出这个想法的时候去做的实验。把其中一个去掉就好了。
完。
更多推荐
已为社区贡献10条内容
所有评论(0)