一些jar包 及作用

來源:互聯網
上載者:User

ActionSupport 類在

xwork-2.1.2.jar 

com.opensymphony.xwork2.ActionSupport 下

import com.opensymphony.xwork2.ActionSupport;

ServletContextAware類:

struts2-core-2.3.8\org\apache\struts2\util

import org.apache.struts2.util.ServletContextAware; 

ServletContext:

import javax.servlet.ServletContext;

servlet-api.jar

FileUtils.copyFile(ufile, target);在

import org.apache.commons.io.FileUtils;

commons-io-1.3.2.jar

java常見的ClassNotFoundException

1 - java.lang.ClassNotFoundException:org.apache.commons.logging.LogFactory
   添加包common-logging.jar
2 - java.lang.ClassNotFoundException:javax.transaction.Synchronization
    添加包jta.jar(hiberante)
3 - java.lang.ClassNotFoundException:org.dom4j.DocumentException
    添加包dom4j-1.6.1.jar
4 - java.lang.ClassNotFoundException:org.apache.commons.collections.SequencedHashMap
    添加包commons-collections.jar
5 - java.lang.ClassNotFoundException:net.sf.cglib.proxy.CallbackFilter
    java.lang.NoClassDefFoundError:net/sf/cglib/proxy/CallbackFilter
    添加包cglib-2.1.3.jar
6 - java.lang.ClassNotFoundException: org.objectweb.asm.Type
    添加包asm.jar
7 - java.lang.ClassNotFoundException: antlr.ANTLRException
    添加包antlr.jar
8 - java.lang.ClassNotFoundException:net.sf.ehcache.CacheException
    添加包ehcache-1.2.3.jar

Caused by: java.lang.NoSuchMethodError:org.objectweb.asm.ClassWriter.(I)V

將cglib.jar 由2.2版本 改為 2.1.

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.