为什么Eclipse中会出现“无法启动选择,并且最近没有启动”的通知?

ljsrvy3e  于 2022-11-23  发布在  Eclipse
关注(0)|答案(1)|浏览(2213)

为何“评选无法上线且近期无上线”的通知会在这种情况下传出?

module try {
    public class module-info {
        public static void main(String args[]) {
            System.out.println("hello"); 
        }
    }
}
qco9c6ql

qco9c6ql1#

Eclipse给我的项目同样的错误消息:“无法启动所选内容,并且没有最近的启动。”
我导航到“运行”菜单-〉“运行配置..."-〉”Java应用程序“-〉”启动配置“-〉”运行“。这就运行了我的项目,没有出现错误消息。
另请参阅问题“The selection cannot be launches, and there are no recent launches“(适用于Android)。

相关问题