I have a project with around 10 classes a few of which depend on each other. When I compile these in the one folder I have no problems. When I separate these classes into separate packages then I can't compile each file as it needs the other to first be compiled to work and vise versa. How do I go about compiling these packages using the command line?
Asked
Active
Viewed 89 times
1 Answers
0
You should look at theses questions :
- compiling-multiple-packages-using-the-command-line-in-java
- how-to-compile-multiple-java-files-from-package
Hope it helps
Regards

Cytemax
- 61
- 1
- 7