I\'m about porting a linux tool to windows. The tool works fine on linux system, but now on windows I get this \"cannot find symbol\" error.
I have this little main cla
I think you need to compile properly the class bar before attempting to compile foo, this is, generate the class file in the proper package structure.