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
GambitGambit 

Apex Deployment

I know this problem looks like the one question being repeated all around the community. Well, I am new to apex and hence the problem
I have an apex code and a trigger which I would like to deploy into my production. I m using eclipse 3.3.
Now when i start a new project with my sandbox username and then right click on the project, i have no option which says "deploy to server". the only options i get are "refresh from server" , "save to server" and "synchronize with server" . After selecting the save to server option, i can see that the code functions fine in my sandbox. Am i doing something wrong or am i missing any crucial steps.
Do let me know . Thanks
MVJMVJ
Make sure you are in the right place.  You should NOT be right clicking on the project name  you SHOULD be right clicking on the SRC folder.  Then scroll down to the FORCE.COM and you should have the Deploy to Server option.

Mike
GambitGambit
Thanks a lot Mike. As correctly pointed by u, i was in the wrong place. Right clicking on src solved it.
Once again thanks for the prompt reply
 
Cheers