I'm using IntelliJ in my java courses but it bother me to use such a powerful program to do some 100 lines code exercices.
So I installed java and script on Atom for lighter use.
Atom can run a java file without issues. But if I want to make a project and use packages. Atom will not be able to run it and will display an error message who describe that he "cannot find symbol" focusing on my class.
Exemple : I have 2 files : 'Matrix.java' and 'Principal.java' where Principal will run my Matrix calculations. If I run it I will get an error message : Atom can't find symbol "Matrix" in the class Principal.
What can I do ? (I'm using a Mac)