I am trying to compile Board.java, which is in the same package (and directory) as Hexagon.java, but I get this error:
Board.java:12: cannot find symbol symb
It works for me:
cd SRC_DIRECTORY javac -cp . PACKAGE/CLASS.java