+ 2
Packages from another projects
how can i import the packages from another projects?
1 ответ
+ 2
You import classes from other packages just as you would with your own packages. A prerequisite is that the corresponding classes and packages are available in your classpath. Use a dependency management tool like maven to automate this kind of stuff for java.