Recently started studying Java for an exam.
While learning packages, tried this and got an error message. What I did was,
the file A.java should be in the path JavaTest\com\test\helpers\A.java
and don't forget to compile it like this: javac -d . com\test\helpers\A.java