码迷,mamicode.com
首页 >  
搜索关键字:errors running build    ( 20005个结果
JavaScript Patterns 2.12 Writing API Docs
Process of generating API documentation? Writing specially formatted code blocks? Running a tool to parse the code and the comments? Publishing the re...
分类:编程语言   时间:2014-05-27 17:52:43    阅读次数:434
新建的 web 工程 有红色的惊叹号
新建的 web 工程 有红色的感叹号问题: 在eclipse 中新建一个web工程,但是工程上有红色的感叹号。解决: 1.右键工程,选择Build Path-->Configure Build Path; 2. 选择Libraries 下的 Web App Libraries,再点击右边的remov...
分类:Web程序   时间:2014-05-26 20:31:31    阅读次数:205
JavaWeb:报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
建立了一个Javaweb工程,并在eclipse中配置了Web容器Tomcat。新建的jsp页面,添加一个简单的Java类。可是,JSP页面顶端出现“红色”的报错信息:The superclass "javax.servlet.http.HttpServlet" was not found on t...
分类:编程语言   时间:2014-05-25 23:24:16    阅读次数:328
maven build 产生 Missing artifact org.jboss.logging:jar:3.1.0.GA解决方法
##报错来源分析 由于hibernate-entitymanager 需要jboss logging 。由于或多或少的原因导致 maven无法下载相关的jar文件。##解决办法: 访问 http://search.maven.org 搜索jboss-logging 点击all, 找到相...
分类:其他好文   时间:2014-05-25 23:23:26    阅读次数:401
条理清晰的搭建SSH环境之添加所需jar包
一、首先介绍要添加框架环境: JUnit Struts2 Hibernate Spring(1)配置JUnit /**-------------------------添加JUnit-------------------------------*/ 右击Web项目--->Build Path-...
分类:其他好文   时间:2014-05-25 20:43:53    阅读次数:431
C连接MySQL数据库开发之Xcode环境配置及测试
一、开发环境 Mac OS X 10.9.2 64位、Xcode5.1、MySQL5.5.37 64位 MySQL安装目录为:/usr/local/mysql 二、配置xcode连接mysql的编译选项 1> 将mysql头文件目录添加到xcode头文件搜索路径中 项目属性--> Build Settings --> Search Paths --> He...
分类:数据库   时间:2014-05-25 18:24:52    阅读次数:386
ubuntu下安装g++
主要来自ubuntu中文社区http://www.ubuntu.org.cn/support/documentation/doc/VMware首选,确认你已经安装了build-essential程序包: apt-get install build-essential确认你已经安装了内核头文件包: u...
分类:其他好文   时间:2014-05-25 12:40:10    阅读次数:299
ADB启动不起来的问题
ADB启不来,报"The connection to adb is down, and a severe error has occured"  检查任务管理器,也没看到adb.exe. 尝试手工启动.   C:\Ndk\adt-bundle-window\sdk\platform-tools>adb kill-server * server not running * C:\Ndk\adt-...
分类:数据库   时间:2014-05-25 07:32:54    阅读次数:310
Eclipse is running in a JRE, but a JDK is required
安装Maven后每次启动出现警告信息:EclipseisrunninginaJRE,butaJDKisrequired.SomeMavenpluginsmaynotworkwhenimportingprojectsorupdatingsourcefolders.分两步解决问题:1.检查Eclipse正在使用的JRE‘Window’->‘Preferences’->‘Java’->‘InstalledJREs’确定正..
分类:系统相关   时间:2014-05-25 05:59:08    阅读次数:313
关于自编译hadoop eclipse 插件
由于在eclipse下开发hadoop程序需要插件支持,而且hadoop报下已经没有插件了,所以需要我们自己编译,操作步骤如下1.进入D:\hadoop-1.2.1\src\contrib目录,找到build-contrib.xml文件,将hadoop.root改为hadoop解压目录。<propertyname="hadoop.root"location="D:\hadoop-1..
分类:系统相关   时间:2014-05-25 04:58:25    阅读次数:298
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!