views:

20

answers:

1

I'm working on two project in eclipse and I would like to import some classes from project a to project b. What should I do?

+1  A: 

add project A to project B's build path.

ozk
thanks! just to be more explicit for future reference of other readers: right click on project b's folder in eclipse --> properties --> build path --> projects --> add.
David B