- 新安装的eclipse运行一个简单的helloworld程序的时候出现如下错误:
unable to launch:the selection can not be launched,and there are no recent launches.
- 解决办法
- 找到包含main方法的源文件
- 点选源文件后单击右键,选择 run as ——>java application就可以了。
unable to launch:the selection can not be launched,and there are no recent launches.