错误1. Unable to process Jar entry [module-info.class] from Jar***** for annotations org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19 java.security.InvalidKeyException: Illegal key size or default parameters

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/WPR13005655989/article/details/79673845

搭建环境时用到的Jaxws等相关库:https://jax-ws.java.net/

错误1. Unable to process Jar entry [module-info.class] from Jar***** for annotations
org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19

解决办法:无(报错也能正常运行)

错误2:想起来再写。。。


不需要添加Apache Tomcat  v7.0 Runtime libraries 否则可能会出现意想不到的问题

用到的库

图中用到的类库要求JDK 1.8(52.0)以上

Json相关的包要复制放到Tomcat 的lib目录下

AES加解密遇到错误(

java.security.InvalidKeyException: Illegal key size or default parameters

)可以了解下默认JDK中的加密库对密钥长度限制在128位以下,所以无法使用128位以上的密钥.解决办法:看贴https://blog.csdn.net/shangpusp/article/details/7416603

猜你喜欢

转载自blog.csdn.net/WPR13005655989/article/details/79673845