51CTO博客开发
安装maven 3.3.3 在eclipse里运行是总是报错Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor ve
在setDomainEnv.sh/setDomainEnv.cmd上添加export JAVA_OPTIONS="${JAVA_OPTIONS} -Djavax.xml.stream.XMLInputFactoryexport JAVA_OPTIONS="${JAVA_OPTIONS}
Exception in thread "main" javax.ws.rs.client.ClientException: java.lang.NoClassDefFoundError: Could not initialize class org.apache.cxf.staxutils.StaxUtils at org.apache.cxf.jaxrs.client.WebClient.ha
在日志配置文件log4g.properties中添加:log4j.appender.STDOUT.Threshold=trace log4j.category.org.hibernate.SQL=trace log4j.category.org.hibernate.type=trace &nbs
转自http://hi.baidu.com/pzefddetnqbdimq/item/0fbfd0f9180e7b5dc8f33723Weblogic8.1配置的总结WebLogic目前是使用比较多的应用服务器之一,Eclipse是流行的IDE,如何集成起来开发使用呢? 解决方法: 采用BEA提供的WebLogic Plugin来进行集成开发。 安装 JDK:1.4.2或1.5.0 从ht
http://boredtime.blog.163.com/blog/static/80530351200911160593691/JDK版本升级问题2009-12-16 12:59:36| 分类:jsp|举报|字号订阅 最近将手上的项目的jdk1.4升级到1.5的时候,出现了一堆的问题,经过不懈的努力和网上朋友的提示终于将问题解决了,现在记录如
http://my.eoe.cn/curious/archive/3563.html【Github教程】史上最全github使用方法:github入门到精通35作者:Vurtexゞ.更新于 05月10日访问(42528)评论(11)【初识Github】首先让我们大家一起喊一句“Hello Github”。YEAH!就是这样。原文 http://www.eoeandroid.com/thread-2
1.在web.xml中加入以下片段<context-param> <param-name>log4jConfigLocation</param-name> <param-value>classpath:log4j.properties</param-value> </context-param>
Servlet:XXX failed to preload on startup in Web application,具体原因不详,解决办法:删掉了两个jar包:xercesImpl-2.9.1.jar;jaxb-api-2.2.6.jar;应用发布在weblogic下面,weblogic本来就有这两个包,冲突了。
Element 'beans' cannot have character [children], because the type's content type is element-only出现此异常有可能,配置文件是复制粘贴过来,里面含有一些XML解析时无法确定的字符,只要将配置文件复制到记事本进行编辑,把一些空格(或者其他字符)删掉,把有用的空格也重新用手输入一遍。
启动weblogic发布应用是总是报异常<Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\Oracle\MIDDLE~1\JDK160~1\jre\lib\security\cacerts.> <2014-4-10 下午04时38分31秒
严重: Servlet.service() for servlet MVC threw exceptionorg.apache.jasper.JasperException: Unable to compile class for JSP: http://my.oschina.net/duhonghao/blog/73467这种情况一般应该是jar 包冲突,也许是和tomcat版本或者jar包相关
package temp;public class A {void test(A a) {}void test(C b) {}void ambiguous() {B b = new B();test(b);}}interface C {}class B extends A implements C {}在方法ambiguous()中的变量b既是A也是C,此时就不知到调用test(A a) 还是te
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号