问题解决java.lang.IllegalArgumentException at org.springframework.asm.ClassReader

时间:2022-09-15 23:16:14

手上拿到一个老的项目,使用的是spring3.2,启动的时候报错了:

问题解决java.lang.IllegalArgumentException at org.springframework.asm.ClassReader

查了一下,发现spring3.2不兼容jdk8,只能使用jdk8以下的版本,使用jdk6可以启动,但是maven构建的时候又提示不能低于jdk7,看来还只能使用jdk7了

在Eclipse中配置jdk版本的时候需要修改三个地方,分别是:

1、Java Build Path

问题解决java.lang.IllegalArgumentException at org.springframework.asm.ClassReader

2、Java Compiler

问题解决java.lang.IllegalArgumentException at org.springframework.asm.ClassReader

3、Runtime Environme

问题解决java.lang.IllegalArgumentException at org.springframework.asm.ClassReader

这三处修改后,重启项目,就可以正常启动了。

问题解决java.lang.IllegalArgumentException at org.springframework.asm.ClassReader的更多相关文章

  1. Spring报错:Exception in thread "main" java.lang.IllegalArgumentException 	at org.springframework.asm.ClassReader.<init>(Unknown Source)

    简单搭建了一个Spring Maven工程就报错: 看到网上说是JDK 7 和 Spring3.x :JDK编译级别设置成1.7,仍然没有得到解决,采用版本为  3.2.0.RELEASE <b ...

  2. spring3&period;2&period;0与mybatis3&period;2&period;7整合出错--Failed to read candidate component class--nested exception is java&period;lang&period;IllegalArgumentException

    错误信息如下: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate com ...

  3. Spring与JDK版本不一致引发问题Caused by&colon; java&period;lang&period;IllegalArgumentException

    tomcat启动一个spring的项目,tomcat使用8.5,JDK使用1.8,Spring使用3.0,启动之后报错 Caused by: java.lang.IllegalArgumentExce ...

  4. Dorado环境启动出错Spring加载不到资源Bean配置 at org&period;springframework&period;asm&period;ClassReader&period;&lt&semi;init&gt&semi;&lpar;Unknown Source&rpar;

    ERROR: org.springframework.web.context.ContextLoader - Context initialization failed org.springframe ...

  5. mybatis&plus;spring&plus;springMVC处理org&period;springframework&period;beans&period;factory&period;BeanDefinitionStoreException:java&period;lang&period;IllegalArgumentException异常

    java.lang.IllegalArgumentException异常有三种情况 org.springframework.beans.factory.BeanDefinitionStoreExcep ...

  6. org&period;springframework&period;dao&period;InvalidDataAccessApiUsageException&colon; The given id must not be null&excl;&semi; nested exception is java&period;lang&period;IllegalArgumentException&colon; The given id must not be null

    通过这个简单的案例,手把手教给你分析异常信息(适合初学者看) org.springframework.dao.InvalidDataAccessApiUsageException: The given ...

  7. springmvc错误 Spring3&period;X jdk8 java&period;lang&period;IllegalArgumentException

    最近在学习springmvc--碰到一个特别蛋疼的错误 javax.servlet.ServletException: Servlet.init() for servlet springMVC thr ...

  8. 解决java&period;lang&period;IllegalArgumentException&colon; No converter found for return value of type&colon; class java&period;util&period;ArrayList这个问题

    今天使用SSM框架,用@ResponseBody注解,出现了这个问题 java.lang.IllegalArgumentException: No converter found for return ...

  9. IDEA报错: Injection of autowired dependencies failed&semi; nested exception is java&period;lang&period;IllegalArgumentException&colon; Could not resolve placeholder &&num;39&semi;spring&period;datasource&period;url&&num;39&semi; in value &quot&semi;&dollar;&lbrace;spring&period;datasource&period;url&rcub;&quot&semi;

    运行审核流模块: 在ActivitiServiceApplication模块日志报错: Error starting ApplicationContext. To display the auto-c ...

随机推荐

  1. VIM使用技巧总结

    一.vim使用的基本配置 1: set nu //设置行号 2: set ts=4 //设置tab为4个空格大小 3: set expandtab //设置用空格代替tab 4: set ai //设 ...

  2. js中的继承1--类继承

    继承:function Animal(name){ this.name = name; this.showName = function(){ alert(this.name); } } functi ...

  3. Ubuntu nfs 配置

    1. nfs server端的安装和配置 (1)安装nfs server sudo apt-get install nfs-kernel-server nfs-common (2)重启nfs serv ...

  4. excel文件后台代码

    很多情况下,我们都需要从Excel中获取数据来创建Word报表文档.首先在Excel中分析数据,然后将分析结果导出到Word文档中发布.技术实现方式:1.创建Word模板,用来作为数据分析结果发布平台 ...

  5. wordpress常见的问题

    nginx如webserver,wordpress上传主题错误 413 Request Entity Too Large 解决: vim /usr/local/nginx/conf/nginx.con ...

  6. SQL中的左连接与右连接有什么区别&comma;点解返回值会不同&quest;&lpar;转&rpar;

    例子,相信你一看就明白,不需要多说 A表(a1,b1,c1) B表(a2,b2) a1 b1 c1 a2 b2 01 数学 95 01 张三 02 语文 90 02 李四 03 英语 80 04 王五 ...

  7. 第1阶段——uboot分析之启动函数bootm命令 &lpar;9&rpar;

    本节主要学习: 详细分析UBOOT中"bootcmd=nand read.jffs2 0x30007FC0 kernel;bootm 0x30007FC0"中怎么实现bootm命令 ...

  8. mysql 唯一索引与null&period;md

    mysql 的唯一索引要求所有参与的列都不能够为 null 值,如果唯一索引中的任何一个元素含有 null 值,则唯一约束将不起作用. 示例代码 create table tb ( a int, b ...

  9. Spark中的常用算子

    更多有用的例子和算子讲解参见: http://homepage.cs.latrobe.edu.au/zhe/ZhenHeSparkRDDAPIExamples.html map是对每个元素操作, ma ...

  10. VMware ESXI5&period;5 Memories limits resolved soluation&period;

    在使用VMware ESXI5.5 的时候提示内存限制了,在网上找的了解决方案: 如下文: 1. Boot from VMware ESXi 5.5; 2. wait "Welcome to ...