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
richa mohantyricha mohanty 

new in salesforce can some one tell me the navigation for using eclipse like where to write triggers,pages,classes, etc . I found force.com IDE is the easiest tool to write code if some one help me in this eclipse i will remain grateful

 Help needed urgently
Ramu_SFDCRamu_SFDC
The following youtube video would be helpful

http://www.youtube.com/watch?v=NNZZCfP5-h8

Please mark this as the best answer if this answered your question for others benefit.
Raja ReddyRaja Reddy
Follow below navigagitons

VISUALFORCE PAGE: "Your Project"  folder --> "src" folder --> "pages" folder (right click and select Force.com --> New Visualforce Page (Enter "Name" and click on "Finish" Button))

APEX CLASS:  "Your Project"  folder --> "src" folder --> "classes" folder (right click and select Force.com --> New Apex Class (Enter "Name" and click on "Finish" Button))

APEX TRIGGER: "Your Project"  folder --> "src" folder --> "triggers" folder (right click and select Force.com --> New Apex trigger (Enter "Name" and click on "Finish" Button))

Hope this helps you.