码迷,mamicode.com
首页 >  
搜索关键字:launch failed    ( 8273个结果
安装Sql server 2008时出现sql server 2005 express tools failed 怎么办?
提示错误:Sql2005SsmsExpressFacet 检查是否安装了 SQL Server 2005 Express 工具。 失败,已安装 SQL Server 2005 Express 工具。若要继续,请删除 SQL Server 2005 Express 工具。解决方法:不用删SQL Ser...
分类:数据库   时间:2014-05-29 19:36:32    阅读次数:374
void CWnd::SetWindowText(LPCTSTR lpszString) ASSERT(::IsWindow(m_hWnd)); Debug Assertion Failed
void CWnd::SetWindowText(LPCTSTR lpszString)ASSERT(::IsWindow(m_hWnd)); Debug Assertion Failed原因:ID和Resource中的控件没有关联起来,导致运行的时候,发现hWnd没有相应的对象,没有实例化,hWn...
分类:Windows程序   时间:2014-05-29 12:21:09    阅读次数:706
使用MyEclipse生成可运行的Jar文件
使用MyEclipse的Export功能可以方便地生成简单的Jar工具类。具体步骤如下:选择File -> Export,在弹出的窗口选择Java -> Runnable JAR File,如下图所示:在Launch configuratioin 下选择相应的Java文件,在Export desti...
分类:系统相关   时间:2014-05-29 09:45:32    阅读次数:362
Failed to fetch URl https://dl-ssl.google.com/android/repository/addo Android SDK更新以及ADT更新出现问题的解决办法
问题描述使用SDK Manager更新时出现问题Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection to https://dl-ssl.google...
分类:移动开发   时间:2014-05-28 19:02:40    阅读次数:44763
eclipse启动时弹出Failed to load the JNI shared library jvm.dll的Java错误
原因1:给定目录下jvm.dll不存在。对策:(1)重新安装jre或者jdk并配置好环境变量。(2)copy一个jvm.dll放在该目录下。原因2:eclipse的版本与jre或者jdk版本不一致对策:要么两者都安装64位的,要么都安装32位的,不能一个是32位一个是64位。原因2的概率更大一些,原...
分类:编程语言   时间:2014-05-28 18:39:06    阅读次数:298
关于Failed to convert property value of type [org.quartz.impl.StdScheduler] to required type [org.springframework.scheduling.quartz.SchedulerFactoryBean
在一个业务类有下列属性private SchedulerFactoryBeanscheduler; public SchedulerFactory BeangetScheduler() { return scheduler; } public void setS...
分类:编程语言   时间:2014-05-27 23:38:16    阅读次数:1397
VMware强制关闭,造成(failed to get exclusive lock on the configuration file...)错误
参考文章:http://blog.csdn.net/qyee16/article/details/6764753笔记本蓝屏,造成VMware非法关闭,开机重启VMware后,发现无法打开虚拟机了,报错如下:点击确定后,出现Internal Error错误:解决办法很简单,打开任务管理器 --> 进程...
分类:其他好文   时间:2014-05-25 23:41:23    阅读次数:411
Zend Studio启动失败
Zend Studio启动失败 启动zend studio; 弹出 failed to create the java virtual machine ; 解决办法: 在安装目录下 找到 ZendStudio.ini 文件; 打开; 以下是内容: -startup plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.wi...
分类:其他好文   时间:2014-05-25 21:52:41    阅读次数:302
DBus
D-Bus helps coordinate process lifecycle. It makes it simple and reliable to code a “single instance” (?) application or deamon, and to launch applica...
分类:数据库   时间:2014-05-25 18:44:56    阅读次数:408
nexus-->wrapper|OpenSCManager failed-拒绝访问.(0x5)
安装nexus时发生以下错误:此为权限不够引起,需要切换到Administrator用户运行cmd.切换到Administrator用户的方法有两种:1)使用runas命令然后输入administrator的密码,administrator没有设置密码不行(tryfailed,win7Administrator的初始密码为空,貌似忘记是否重设过)2..
分类:移动开发   时间:2014-05-25 05:07:44    阅读次数:790
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!