What is the best way to reuse classes from another Java project in Eclipse?
Posted
by Jonas
on Stack Overflow
See other posts from Stack Overflow
or by Jonas
Published on 2010-06-02T20:37:40Z
Indexed on
2010/06/02
20:44 UTC
Read the original article
Hit count: 224
I have multiple Java projects in Eclipse. I would like to reuse some classes in my new project from my old project. What is the best way to do that in Eclipse?
I.e. is it possible to add another "project folder" to the build-path for my new project?
© Stack Overflow or respective owner