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

Troubles with Eclipse
Hello experts,
I'm trying to load a custom Apex Class I created in a sandbox into a production org. I have downloaded Eclipse, and installed the Apex Eclipse Toolkit. I was able to import all the apex stuff from my production org, but I can't export-- I am not seeing the force.com/deploy option for anything. Is there another plug-in I must install? Also, when I try to create a new 'package' (which I'm assuming are the classes), it says "unexpected token: package". So I opened an existing package, copied the code I created in the sandbox, and did a 'save as' to save my file. This all worked fine, but it won't let me run tests on it, or deploy it, or anything. Please help!
I'm trying to load a custom Apex Class I created in a sandbox into a production org. I have downloaded Eclipse, and installed the Apex Eclipse Toolkit. I was able to import all the apex stuff from my production org, but I can't export-- I am not seeing the force.com/deploy option for anything. Is there another plug-in I must install? Also, when I try to create a new 'package' (which I'm assuming are the classes), it says "unexpected token: package". So I opened an existing package, copied the code I created in the sandbox, and did a 'save as' to save my file. This all worked fine, but it won't let me run tests on it, or deploy it, or anything. Please help!
you can deploy your stuff to production using "Apache ant".
you have clear steps on deploying to production in the apex language reference book.
[Chapter 10: Deploying Apex Scripts] .
The option should be visible by right-clicking the src folder.
See this post on the forum.
If you are able to select the option but it doesn't work, what error or behavior are you experiencing?