java import “cannot find symbol”

后端 未结 2 1302
Happy的楠姐
Happy的楠姐 2021-01-24 08:24

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

2条回答
  •  广开言路
    2021-01-24 08:44

    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.

提交回复
热议问题