Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- Java Development
- :
- Re: Force.com IDE not able to start
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Force.com IDE not able to start
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-09-2011 04:43 AM
Hello,
We are trying to set up the development environment for our developers. The problem is that after the installation the Force.com IDE dows not start.
All we get is an error message from Forceide, I have attached the copied contets of the message. It would be much appreciated if someone could tell us what we need to change to get it running:
---------------------------
Forceide
---------------------------
JVM terminated. Exit code=-1
-Dfile.encoding=UTF-8
-Xms256m
-Xmx1024m
-XX:PermSize=128M
-XX:MaxPermSize=512M
-Djava.class.path=C:\Programme\salesforce.com\Forc
-os win32
-ws win32
-arch x86
-showsplash
-launcher C:\Programme\salesforce.com\Force.com IDE\forceide.exe
-name Forceide
--launcher.library C:\Programme\salesforce.com\Force.com IDE\../Common/plugins/org.eclipse.equinox.launcher
-startup C:\Programme\salesforce.com\Force.com IDE\../Common/plugins/org.eclipse.equinox.launcher
-install C:\Programme\salesforce.com\Force.com IDE
-configuration C:\Programme\salesforce.com\Force.com IDE\configuration
-vm C:\Programme\Java\jre6\bin\client\jvm.dll
-vmargs
-Dfile.encoding=UTF-8
-Xms256m
-Xmx1024m
-XX:PermSize=128M
-XX:MaxPermSize=512M
-Djava.class.path=C:\Programme\salesforce.com\Forc
---------------------------
OK
---------------------------
Best regards,
Till Woerner
Solved! Go to Solution.
Re: Force.com IDE not able to start
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-10-2011 03:41 AM
Find the forceide.ini file. It should be in the same folder as your forceide.
edit the forceide.ini file and comment out the following lines by adding '#" infornt of them.
#-vmargs
#-Dfile.encoding=UTF-8
#-Xms.256m
#-Xmx1024m
#-XX:PermSize=128M
#-XX:MaxPermSize=512M
Also make sure you are using the jdk1.6 version and not the 7. Forceide will not work with Java7
Re: Force.com IDE not able to start
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-10-2011 07:14 AM
Thanks for your help, it works now...
Re: Force.com IDE not able to start
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-10-2012 09:15 AM
This worked thank you....
Re: Force.com IDE not able to start
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-31-2012 11:31 AM
Thanks. Worked for me with OS X 10.8.2.

