gpt4 book ai didi

java - 重复类

转载 作者:太空狗 更新时间:2023-10-29 22:59:11 26 4
gpt4 key购买 nike

对以下代码为何会出现重复类错误感到困惑?

/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package database_console;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;


/**
*
* @author davidsonr
*/
public class DBConnect {

/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
}
}

Netbeans 将 DBConnect 突出显示为红色并出现重复类错误。

最佳答案

这是 netbeans 的一个已知问题 BUG 226360



它可能有助于清除 Netbeans 缓存:

转到帮助 -> 关于,您将看到

缓存目录: Path\to\Directory

关闭 NetBeans,转到指定目录并删除所有内容。

关于java - 重复类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19318704/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com