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
vino2vijayvino2vijay 

Cannot Edit Visualforce Page on Eclipse IDE

Hi All,

 

I am unable to edit the VF page on eclipse. But i am able to edit apex class ... Anyone know about this issue please let me know ...

 

Thanks,

Vinoth

Ashish_SFDCAshish_SFDC

Hi Vinoth, 

 

You can't see the page output in eclipse - Visualforce pages have to be served from a Salesforce instance.

You can deploy from one org to another in Eclipse - right click on the page, select Force.com menu and then Deploy to Server from the submenu.

Publishing on the app exchange is covered in detail in the following document:

 

https://na1.salesforce.com/help/doc/en/salesforce_appexchange_publish_guide.pdf

 

Regards,

Ashish

vino2vijayvino2vijay

Hi Asish,

thanks for your reply... my problem s "Cannot edit vf Page code in eclipse" generally we can edit vf page code and apex class using eclipse rite ... suddenly i got problem not able to edit VF page ..

 

:) I know how to use eclipse ....

 

thanks,

Ashish_SFDCAshish_SFDC

Hi Vinoth, 

 

Eclipse is not compatible with the java 1.7, downgrade to 1.6 if that is the problem. 

 

Regards,

Ashish

Ashish_SFDCAshish_SFDC

Hi Vinoth, 

 

See the below post it says Browser cache could be the problem and clearing the same would solve.

http://boards.developerforce.com/t5/General-Development/Cannot-Edit-Visualforce-page-Apex-Classes/td-p/618459

 

Regards,

Ashish