0

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?

1 Answers1

0

You should look at theses questions :

  1. compiling-multiple-packages-using-the-command-line-in-java
  2. how-to-compile-multiple-java-files-from-package

Hope it helps

Regards

Cytemax
  • 61
  • 1
  • 7