I want to link a Java project with a JavaScript project that I have in my Eclipse.
Basically, the Java project has a set of libraries that we are implementing on the JavaScript project, so, just to do not duplicate code, I want to link them.
How is it possible to do that?
This is the actual structure:
JSProj
JSLib1
JSLib2
JSLib3
JavaProj
App
scripts
(Here should be a link to JSProj)
Thanks for the hand!