为何在这种情况下,“选择不能启动,最近没有推出”的公告就会出现呢?
module try {
public class module-info {
public static void main(String args[]) {
System.out.println("hello");
}
}
}发布于 2022-11-07 19:24:02
Eclipse为我的项目提供了相同的错误消息。“选择不能启动,也没有最近的发射。”
我导航到运行菜单->运行配置..。-> Java应用程序->启动配置->运行。这将运行我的项目而没有错误消息。
也请看一下安卓的"The selection cannot be launches, and there are no recent launches“这个问题。
https://stackoverflow.com/questions/67050956
复制相似问题