views:

32

answers:

1

I am doing Android programing with Eclipse (Helios), and I have some utility classes created. How do I set up Eclipse, so that if I use one of my utility classes it gets included when the project compiles?

A: 

You add them to the Build Path (Right click on Project > Build Path)

Squ36