java - duplicate class

前端 未结 5 1614
广开言路
广开言路 2020-12-17 10:43

Confused as to why I get duplicate class error for the following code?

/*
 * To change this template, choose Tools | Templates
 * and open the template in th         


        
5条回答
  •  时光取名叫无心
    2020-12-17 11:11

    This can also happen if the package name does not match the folder name, or if the package name is omitted. Check the package statement in your source.

提交回复
热议问题