1

So, I just downloaded Java Eclipse IDE (latest version) and decompiled MCP (Minecraft) then opened it in Eclipse, fixed the errors then ran it. Then I get this error, can somebody help? https://gyazo.com/bc4ba064b31d5958fed3ca2f5a9a633e

My Java Memory settings are: -Xincgc -Xmx1024M -Xms1024M which leads to the error Unrecognized option: -Xincgc. What VM settings should I use instead?

Alexander
  • 2,925
  • 3
  • 33
  • 36
Raz
  • 11
  • 1
  • Does this help? https://stackoverflow.com/questions/7302604/eclipse-error-failed-to-create-the-java-virtual-machine/46748607 – Vishakha Lall Jan 14 '20 at 06:12
  • Didn't help. It doesn't happen when I open Java Eclipse, I have to actually run the app. – Raz Jan 14 '20 at 06:38
  • Is this on windows? Does your system has enough memory? I'd advise checking Eclipse startup script to see what options are passed to JVM. – Juraj Martinka Jan 14 '20 at 07:28
  • It's on windows 10 and I have 8gb of RAM. – Raz Jan 14 '20 at 08:42
  • 1
    So some more information, https://gyazo.com/39e3f139b411f19669cbfb228ceb4fcc these are my VM arguments and it has -Xincgc and when it errors it says this: https://gyazo.com/ce644f48a9547bd9942bfbf6c83fc684 – Raz Jan 14 '20 at 08:46
  • 1
    Wait, I just deleted -Xincgc from Run Configuration and I think it works now! Thank you! – Raz Jan 14 '20 at 08:47
  • add info from comments – Alexander Jan 14 '20 at 10:46

0 Answers0