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
Roshan SahatiyaRoshan Sahatiya 

Force.com Perspective in Eclipse

I just installed the following to try to get up and running on Eclipse: 

 

Eclipse 3.4.2

Force.com IDE 25.0.0

 

When I try to access the "Force.com IDE" perspective under Window -> Open Perspectiove -> Other I do not have an option for "Force.com IDE."  I ran a quick search of the boards and saw a solution where I needed to "add the explicit path to the JRE in my Eclipse shortcut."

 

How exactly do I do that?  Appreciate any help!

 

Regards,

Roshan

sanjdevsanjdev
Roshan SahatiyaRoshan Sahatiya

HI,

 

I had refer these links; in these articles they have mentioned about the solution; but I am not able to configure how ?

 

Please have a look below :

 

Problem

  • Installation succeeds, but the "Force.com" perspective does not appear under Windows > Open Perspective > Other...

Solution

  • Add the explicit path to the JRE in the shortcut you use to launch Eclipse.

I am not able to figure out the steps to achieve the same.

 

 

Regards,

Roshan

sanjdevsanjdev

Try adding below eclipse.ini. 

 

-vm 

C:\Program Files\Java\jdk1.5.0_15\bin\javaw.exe

 

Mark it as resolved if it helps you

 

Cheers

Sanj