TonoMao
Results
2
comments of
TonoMao
同样的问题,几个项目,其中一个就出现了这样的问题。 最近做了项目重构,本来这个项目一直使用了xjar进行加密,之前好好的。 重构之后,一部分代码拆分出去单独打包上传nexus,以依赖形式从nexus下载。 这样之后,打包出来的xjar执行就是报错 ``` Exception in thread "main" java.lang.ClassFormatError: Incompatible magic value 1951653804 in class file ``` 之前是v2.0.6,测试了后续的几个版本,都是报错。 直接使用java -jar 或 用go启动器来,也是同样的错误。
Yes, I want to be able to configure the strength of the password, and it can be controlled by regular expression or other ways, if password is not satisfied, an...