How to compile code that related other java code in different foder?
For example. We try to compile "tools/java/isis/nest/localization/" folder. But codes related to "tools/java/isis/nest/math/". We can change working folder to "tools/java/" folder and type "javac isis/nest/localization/*.java". Then it work.