Hi All,
I have one root package name(com) it has four sub packages. In which each sub packages has multiple sub packages. My problem is how to compile leak package java classes. And also these packages are interelaed. Please provide me solution.
With javac, you either specify the .java files or a list holding their names - see javac documentation.
For any non-trivial tree, you'll be better off with a build tool such as ant, or an IDE.