JVM creation failed

Hi,

I recently installed Cider, curious to see how it worked. However, when I try to start it, I get the following error:

JVM creation failed

I have multiple JVM installed, including a JDK 7 64-bit and a JDK 6 32-bit. I made sure that a JRE 6 32-bit is first in the Windows PATH. Is there something else I should check out?

Thanks,

Alex [import]uid: 111563 topic_id: 29796 reply_id: 329796[/import]

Hello Alex,

the 32 bit switch in the configuration file is mainly for our Mac users. You can try turning off the switch by going to /etc/cider.conf

In that file just search for “-d32” and delete it. Next save the file and try starting up the IDE again. The JVM restrictions should be lifted.

Regards,
M.Y. Developers [import]uid: 55057 topic_id: 29796 reply_id: 119682[/import]

Hi,

Removed the flag and I still get the error. I guess it’s not the 32-bit restriction. Any other debug information I could provide to help solve this problem?

Cheers,

Alex [import]uid: 111563 topic_id: 29796 reply_id: 119907[/import]

Hello Alex,

the 32 bit switch in the configuration file is mainly for our Mac users. You can try turning off the switch by going to /etc/cider.conf

In that file just search for “-d32” and delete it. Next save the file and try starting up the IDE again. The JVM restrictions should be lifted.

Regards,
M.Y. Developers [import]uid: 55057 topic_id: 29796 reply_id: 119682[/import]

Hi,

Removed the flag and I still get the error. I guess it’s not the 32-bit restriction. Any other debug information I could provide to help solve this problem?

Cheers,

Alex [import]uid: 111563 topic_id: 29796 reply_id: 119907[/import]

I’ve been fighting this as well…the key to making this work is make sure ONLY the correct 32-bit version of the JRE is installed. You probably also do need to remove the -d32 from the conf file.

-John [import]uid: 29170 topic_id: 29796 reply_id: 123127[/import]

I’ve been fighting this as well…the key to making this work is make sure ONLY the correct 32-bit version of the JRE is installed. You probably also do need to remove the -d32 from the conf file.

-John [import]uid: 29170 topic_id: 29796 reply_id: 123127[/import]