I have an existing Java code base. It is organized into several projects in eclipse. These projects tend to require one another. For example:
Project A -> Common Lib 1 -> 2nd level dependency 1
|
-> Common Lib 2
To utilize code from other projects I can go to "Build Path" "Projects" tab and click "Add"
Is there something similar that can be done for clojure code (in eclipse), so that I can easily start using code from my existing Java projects in clojure?