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
virenviren 

How to save/deploy new created App by Eclipse IDE into webserver(DE login Account)

 

Hi,

 

I have started to learn how to develop App in Force.com platform and created developer edition account. Force.com IDE as plugin is installed on eclipse 3.6 IDE.

 


New project is created and added simple VisualForce pages on Eclipse IDE. VisualForce pages are available in webserver [setup-->Develop-->Pages] (SalesForce DE Account site).

 

But how can I put/deploy my project on webserver (DE account) as Application?

 

How is custom app created on SalesForce avail on Eclipse IDE?

 

 

 

I am new in this area so Please help me for above.

 

If required more detail please let me know.

 

 

 

Thanks & Regards,

 

Viren.

 

_Prasu__Prasu_

I will suggest you to go through the Salesforce documentation about the developeing app. There are some blog post also.

 

Your code is deployed to DE org with each save action from the eclipse.

 

If you are talking about application distribution. I would suggest  you to go through this link.

SharathChandraSharathChandra
You can create app using eclipse ide.
You can just create visual force pages, apex classes, triggers and test classes and deploy them.