Hey guys.
I'm having a weird problem with packages. I know the package exists however Java is giving me the "package does not exist" error.
I used the exact same main in another .java outside the package "grt" (in which Grt.java is on) and it worked, so I don't understand what's wrong.
The files are:
MenuBuillder.java - package grt.textui.main
Grt.java - package grt
The proof that the package exists in /usr/share/java:
Thanks a lot.