是否可以在Java8应用程序maven中使用Java11依赖库?

monwx1rj  于 2021-07-09  发布在  Java
关注(0)|答案(0)|浏览(256)

我试图在Java8应用程序中包含Java11依赖库。
在下面

java: cannot access com.test.Manager
  bad class file: /C:/com/test/my-test/1.0.0-SNAPSHOT/my-test-1.0.0-SNAPSHOT.jar!/com/test/Manager.class
    class file has wrong version 55.0, should be 52.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.

库和应用程序都使用maven作为构建工具。
不管怎么说,我们都要解决这个问题吗?

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题