function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Project2Project2 

Force.com IDE win32- installation error-JVM terminated Exit code=-1

I get this error JVM terminated Exit code=-1 when installing on win 7. Also i get a firewall message, i click allow ans still get this error.

How do i fix this?

Force.com IDE Error

Best Answer chosen by Admin (Salesforce Developers) 

All Answers

pradsy90pradsy90

Fixing the forceidi config file works great. Thanks all for the help.

CanadaOICanadaOI

I fixed mine by just toning down these settings.  Specifically I changed -Xmx512 and -XX:MaxPermSize=386M

 

-vmargs
-Dfile.encoding=UTF-8
-Xms256m
-Xmx512m
-XX:PermSize=128M
-XX:MaxPermSize=386M

CanadaOI2CanadaOI2

I lied.  I still couldn't go to the Force.com perspective, even once it came up.  I discovered that the Force.com installer for Windows 32bit is effectively broken.  Everything seems to work by installing Eclipse 3.6 first, and then installing the Force.com plugin afterwards, as described here.

SteveyStevey

it works, thanks