}
运行时提示找不到main函数,在线等,速度。
错误提示如下
Could not find the main class,program will exit.
...全文
75325打赏收藏
简单的问题,找不到main函数
源程序如下 package com.cvicse.test; public class Atest { /** * @param args */ public static void main(String[] args) { System.out.println("ssssssssss"); } } 运行时提示找不到main函数,在线等,速度。 错误提示如下 Could not find the main class,program will exit.