Skip to content

Tag: compiler-errors

Can’t access file when Compile 2 package

I’m a newbie, I have learned Java for 2 months by self-study. I often use the command line to run files because I use Atom IDE. I just want to complile 2 simple packages “package1” & “package2”. Like the image, these 2 packages and a folder name target (to compile) inside &#8…

java package does not exist -> Java Error

I have a file named “BibliotecaMusicalControle.java”, that contains my main function, and when I try to compile it, I receive a message: Errors when trying to compile the code I also have the folders “modelo” and “visao”, which contains some files that I imported on the cla…