码迷,mamicode.com
首页 >  
搜索关键字:hapdoop eclipse jar    ( 45400个结果
- The import javax.servlet.jsp.JspWriter cannot be resolved
?? Add servlet-api.jar and jsp-api.jar from Tomcat 6.0 library to ecipse project....
分类:编程语言   时间:2014-05-15 11:21:43    阅读次数:446
The type javax.servlet.http.HttpServletRequest cannot be resolved. It is indirectly referenced from
?? 解决办法:加入相关类的 jar 包到你的 classpath (右键点击某个jar包--build path--config build path...---liberary---Add external jar library),此处加入 servelet-api.jar(此包在eclipse/plugins目录中可以找得到,其他类似的错误也用相同的方法解决) 到 classpath ,...
分类:编程语言   时间:2014-05-15 07:08:36    阅读次数:313
Android开发工具---SQLiteManager插件
Android开发工具---SQLiteManager插件 效果图如下: 平时在开发过程中查看数据库都要把数据库文件导出来,然后再用其他工具打开,SQLiteManager插件则给予我们一些便利,只需要按照下面的操作步骤就可以在eclipse里面查看数据库了 具体步骤如下: 1.下载com.questoid.sqlitemanager_1.0.0.jar文件,下载链接 ht...
分类:移动开发   时间:2014-05-15 04:28:27    阅读次数:441
Junit与spring TestContext框架整合
所需要的包: junit需要是4.5以上 org.springframework.test-XXX.RELEASE.jar package test; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; i...
分类:编程语言   时间:2014-05-15 04:21:45    阅读次数:357
eclipse 搭建salesforce开发环境
Launch Eclipse and click Help > Install New Software.... Click Add.... In the Add Repository dialog, set the Name to "Force.com IDE" and the Location to "http://media.developerforce.com/...
分类:系统相关   时间:2014-05-15 02:51:11    阅读次数:480
第一天,随便写写
今天都干了什么?1. cocos2dx 动画类。2. DES加密算法。3. linux的硬件检测命令。明天总结下,把Eclipse+Cocos2dx的开发环境搭建过程写出来。
分类:其他好文   时间:2014-05-14 22:48:24    阅读次数:326
(转) Java程序员应该知道的10个调试技巧
原地址:http://www.csdn.net/article/2012-09-03/2809495-java-debugging-tips-with-eclipse调试可以帮助识别和解决应用程序缺陷,在本文中,作者将使用大家常用的的开发工具Eclipse来调试Java应用程序。但这里介绍的调试方法...
分类:编程语言   时间:2014-05-14 22:32:48    阅读次数:368
用bat运行.jar文件
用bat运行.jar文件...
分类:其他好文   时间:2014-05-14 21:54:17    阅读次数:253
Eclipse(MyEclipse)下安装使用VSS插件
mYEclipse整合了CVS插件而没有VSS的插件。因习惯了用VSS进行版本控制。因此网上找资料整理了一下VSS插件的使用。 下载与安装: 一、下载VSS插件 可以去官方网站下载,也可以点这个链接http://sourceforge.net/projects/vssplugin/下载最新的org.vssplugin_1.6.2 Eclipse的VSS插件。文件大小约1MB。 详细...
分类:系统相关   时间:2014-05-14 20:34:10    阅读次数:426
Install jar manually into maven and Nexus
Sometimesthemavenbuildingjustneedsoneormore3rdpartyjars,andthejarscannotbedownloadedandinstalledautomaticallybyInternet.Thenyoucaninstallthesejarsmanually.1st.Installa3rdpartyjarpackageintomavenrepositormvninstall:install-file-DgroupId=<jar‘sgroupdId>..
分类:其他好文   时间:2014-05-14 17:23:24    阅读次数:343
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!