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
pooja biswaspooja biswas 

eclipse issue

Hi
I admit I am a novice to eclipse. I just installed eclipse and I created salesforce project plus given username, security token etc.

I want to perform the following:
a) create  apex class, trigger , visual force page
b) how to test the apex class in debugger
c) how to execute and see the result

pls guide me...

Thanks
pooja
sandeep sankhlasandeep sankhla
Hi Pooja,

What issue currently you are facing in doing this ?
pooja biswaspooja biswas
Hi sandeep

I am not facing any error issue.
I need to get familiar with eclipse.
Like, I do not know how to create a new apex class, trigger under the project.


 
sandeep sankhlasandeep sankhla
User-added image

Please find the screen shot which will tell you how to create all these components..you can go to project and then you can go to src and then classes , triggers , pages whatever you want to creaet you can creaet from their...

if you want to run the test class then after developing test class you can right click on that test class and select force.com and then run test...

Then it will run and show you the result also it will goiev you debug also

User-added image

Please check and let me knwo if it helps you

Thanks ,
Sandeep
KapilCKapilC
Hi Pooja,

Here is the link (https://developer.salesforce.com/page/Force.com_IDE)for all of your problems.

Thanks,
Kapil