bytebeats / mns

Money never sleeps! IntelliJ IDEA平台插件. 支持查看股票, 基金和数字货币实时行情. 其中股票支持美股, 港股和宇宙第一大A股.
MIT License
244 stars 60 forks source link

请问环境是jdk11吗 #122

Closed quanmin8888 closed 2 years ago

quanmin8888 commented 2 years ago

我这边一直报错 类文件具有错误的版本 55.0, 应为 52.0 请删除该文件或确保该文件位于正确的类路径子目录中。

bytebeats commented 2 years ago

你需要保证 IDE SDK 跟你依赖中所使用的 SDK 版本保持一致.

quanmin8888 commented 2 years ago

您好!您的邮件我已收到!我会尽快看的,谢谢

bytebeats commented 2 years ago

通过 File -> Project Structure, 查看 Project Settings -> Project, 确保 SDK & Language Level 选择 Intellij IDEA Community Edition IC xxx8, 之后 Module下面的 mns及选项 maintest中的 Sources -> Language LevelDependencies -> Module SDK 选中 Project SDK.

quanmin8888 commented 2 years ago

您需要确保 IDE SDK 与所使用的 SDK 版本保持一致。 是我的是jdk8