码迷,mamicode.com
首页 >  
搜索关键字:cannot be resolved    ( 5515个结果
升级yosemite后java出错的解决
昨天升级mac os到yosemite后,因为是系统整体升级,有一些在设置会丢失,这是后话,先说说我在执行一个需要java参与的程序的时候得到如下错误:Error: JAVA_HOME is not defined correctly.We cannot execute /System/Librar...
分类:编程语言   时间:2014-10-19 02:39:16    阅读次数:184
编译macvim报错的macvim failed to build on 10.9 because of x11解决办法
安装xcode-select工具:xcode-select --install安装完成后应该就没问题了。参考:http://apple.stackexchange.com/questions/141072/cannot-install-macvim-7-4-on-os-x-maverick-10-9...
分类:系统相关   时间:2014-10-18 15:14:57    阅读次数:224
Latex Error cannot determine the size of graphic 报错的解决办法
Latex Error cannot determine the size of graphic 报错的解决办法                           插入jpg文件老是会报错... 追究了半天,原来是编译的命令又问题,不应该使用 latex ./hello.tex 而应该使用 pdflatex ./hello.tex 下面是我用的测...
分类:其他好文   时间:2014-10-18 14:06:22    阅读次数:407
Exception in thread "main" java.lang.IllegalArgumentException
1、错误描述 Exception in thread "main" java.lang.IllegalArgumentException: Cannot format given Object as a Date at java.text.DateFormat.format(DateFormat.java:301) at java.text.Format.format(Format.java...
分类:编程语言   时间:2014-10-17 00:41:13    阅读次数:346
Cannot find the Word template:WordToRqm.dot
方案一:如果你的word中没有“开发工具”,就在“选项”中找到“自定义功能区”,右侧列表中找到“开发工具”,添加。转到“开发工具”选项卡,com加载项,里面有个关于Powerdesigner的,反选或删除,随你。方案二:直接改注册表,方法自查,网上一大波
分类:其他好文   时间:2014-10-16 23:40:33    阅读次数:249
安装php openssl扩展
centos 6.5 php-5.5.8 安装openssl扩展 cp config0.m4 ?config.m4 /usr/local/php/bin/phpize ./configure --with-php-config=/usr/local/php/bin/php-config 遇见问题 configure: error: Cannot find OpenSSL’...
分类:Web程序   时间:2014-10-16 20:39:03    阅读次数:285
Workspace in use or cannot be created, choose a different one.--错误解决办法
eclipse 使用一段时间后,有时会因为一些故障自己就莫名奇妙的关闭了,再打开时有时没有问题,有时有会提示错误 Workspace Unavailable: Workspace in use or cannot be created, choose a different one. 原因:出现这种情况一般是workspace的配置文件中出现了.lock文件(workspace...
分类:其他好文   时间:2014-10-16 11:33:52    阅读次数:137
error while loading shared libraries: xxx.so.x"错误的
一般我们在Linux下执行某些外部程序的时候可能会提示找不到共享库的错误, 比如: tmux: error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: No such file or directory ...
分类:其他好文   时间:2014-10-15 20:20:01    阅读次数:227
Myeclipse开发环境下文件中出现的提示错误与解决方法:The import javax.servlet cannot be resolved?
1.开发工具:MyEclipse2.右击项目 >> Build Path >> Add External Archives (Tomcat >> lib >> servlet -api.jar) 如图1:图13.打开 >> servlet -api.jar4.完成
分类:编程语言   时间:2014-10-14 22:00:29    阅读次数:226
Java文件中出现这样的提示错误与解决方法:Cannot return from outside a function or method?
1.打开 >> Myeclipse或Eclipse.(我使用的是Myeclipse)2.打开 >> Window >> Preferences 如图1:图13.打开 >> Preferences >> MyEclipse >> Validation >> JavaScript validator f...
分类:编程语言   时间:2014-10-14 21:12:09    阅读次数:164
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!