I'm wondering if the static modifier needs to be in the same package as the other classes in my project.
Example: I have a class named User within the Users packet and another class named Constants within the Metodos package. The problem is that I am not able to call the static VALUECONSTANT variable of the class of the same name in the Users class.