I have two packages. The class I want to import from the first package is declared as PUBLIC. Despite, when I test a file from the second package it shows me compilation err
Let me guess
Your initial declaration of class PUBLICClass was not public, then you made it `Public', can you try to clean and rebuild your project ?
PUBLICClass