java - duplicate class

前端 未结 5 1616
广开言路
广开言路 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:12

    If the file name doesn't match the class name, NetBeans 8.0.1 will report this as a duplicate class.

提交回复
热议问题