I have a file named "BibliotecaMusicalControle.java", that contains my main function, and when I try to compile it, I receive a message:
javac BibliotecaMusicalControle.java
Errors when trying to compile the code
I also have the folders "modelo" and "visao", which contains some files that I imported on the class I tried to compile
Folder modelo:
Imports I made on BibliotecaMusical.java
So I wanted to know how I can compile the BibliotecaMusicalControle.java with the imports that I made.


