You need to sign in to do that
Don't have an account?

Creating Visual force Page in Eclipse gives error
I am creating a visual force page in eclipse using sandbox credentials, but it does not allow me to create vf page or apex class. it gives following error "Visual force page is not enabled in this project. Check Permissions and connection settings"
Thanks
Thanks
This is the path that I used to create Apex Trigger, which is working fine
Eclipse IDE => File=> New => Force.com Project => You will then be prompted to log into Salesforce => Once you logged in, you will provided with the options to download VF/Apex components or Meta data
After your project folder is created , right mouse click Project Folder => New Apex Trigger or New Apex Class
If you don't see "Force.com Project" under "New" menu, then your Eclipse might be missing Force.com add-on. I guess that this is what your issue is.
Please follow the instruction below to install IDE with Force.com add-on
http://boards.developerforce.com/t5/General-Development/Successful-Eclipse-and-Force-com-IDE-installation-share-your/m-p/502367
You could also get this error message if the password or token used by your project is no longer valid
To update your project connection, please goto
Right mouse click project folder => Force.com => Project properties => Force.com
Note : Please include visualforce page at the time of authorizing your IDE with sandbox to update your package.xml
Thanks!