摘要:
用于演示的操作系统信息 ubuntu@VM-0-13-ubuntu:~$ uname -a Linux VM-0-13-ubuntu 6.8.0-51-generic #52-Ubuntu SMP PREEMPT_DYNAMIC Thu Dec 5 13:09:44 UTC 2024 x86_64 阅读全文
摘要:
项目正常运行,但是打包的时候发生以下异常内容: Please refer to D:\java_project\wxContainer\target\surefire-reports for the individual test results. Please refer to dump file 阅读全文
摘要:
最近开发新项目,jdk版本也打算升级到17了,但问题在于对于老项目的迭代使用的依然是jdk8,如何解决不同版本jdk的兼容问题。 将环境配置,更改为17,报如下错误: Class com.sun.tools.javac.tree.JCTree$JCImport does not have membe 阅读全文