I’m working on two projects in eclipse and I would like to import some classes from project a to project b. What should I do?
Is there a way of doing it without adding the project to the build path ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
add project A to project B’s build path.
Follow these steps:
Edits by
@David BRight click on project B’s folder in eclipse –> properties –> build path –> projects –> add.
Now add project A