eclipse点击run时提示: the selection cannot be launched
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse点击run时提示: the selection cannot be launched相关的知识,希望对你有一定的参考价值。
提示:“The selection cannot be launched, and there are no recent launches.”
不是java环境配置的问题,应该是run configurations配置的问题。请问该如何配置?麻烦具体一点
选择的程序不能运行,也没有最近运行的程序。那先配置运行,点击那下三角,配置好先。
【Eclipse 运行配置(Run Configuration)】
创建和使用 Eclipse 运行配置
在运行配置(Run Configuration)对话框中可以创建多个运行配置。每个配置可以在应用中启用。
运行配置(Run Configuration)对话框可以通过 Run 菜单中选择 Run Configurations 来调用。
如果要给 Java 应用创建运行配置需要在左侧列表中选择 "Java Application" 并点击 New 按钮。
对话框中描述的项有:
运行配置名称
项目名
主类名
Arguments(参数)项有:
Program arguments(程序参数) 可以 0 个或多个
VM arguments(Virtual Machine arguments:虚拟机参数) 可以 0 个或多个
Commons 选项卡中提供了通用配置,如标准输入输出的选项,可以到控制台或指定文件。
点击 Apply(提交) 按钮保存运行配置并点击 Run(运行) 按钮重新执行 Java 应用。
参考技术A 那是因为没有(类型 参数名)比如:public static void main(String args)其中缺少string args就会出现这种情况 参考技术B 选择的程序不能运行,也没有最近运行的程序。
那先配置运行,点击那下三角,配置好先。本回答被提问者采纳 参考技术C 选择的程序不能运行,也没有最近运行的程序。那先配置运行,点击那下三角,配置好先。【Eclipse 运行配置(Run Configuration)】创建和使用 Eclipse 运行配置在运行配置(Run Configuration)对话框中可以创建多个运行配置。每个配置
Mysql启动时提示:Another MySQL daemon already running with the same unix socket.
场景:vmvare虚拟机、centos7、mysql5.7
解决:
mv /var/lib/mysql/mysql.sock /var/lib/mysql/mysql.sock.bak
参考:
http://stackoverflow.com/questions/20407292/centos-another-mysql-daemon-already-running-with-the-same-unix-socket
以上是关于eclipse点击run时提示: the selection cannot be launched的主要内容,如果未能解决你的问题,请参考以下文章
Mysql启动时提示:Another MySQL daemon already running with the same unix socket.
The Linux Mint 18:Eclipse Run The C++ And Python ConfigorationWhen You achieve above step,you can ru
Eclipse:The selection cannot be launched,and there are no recent launches