I have a project with globally this architecture:
rtreeProject
--com
----geospatial
------Point.java
------Rectangle.java
--lib
----gnu
------trove
----org
------slf4j
How can I import classes from my lib folder into the Rectangle.java file from example?
I'm compiling manually using javac.
Thanks