gpt4 book ai didi

eclipse - 无法访问 'java.io.Serializable' ,它是 'kotlin.String' 的父类(super class)型。检查您的模块类路径是否存在缺失或冲突的依赖项

转载 作者:行者123 更新时间:2023-12-03 21:09:55 26 4
gpt4 key购买 nike

我在 Eclipse 中有一个新的 Kotlin 项目(我安装了 kotlin 插件)。
但是这段代码:

   val a: Int = 10000
println("Your Int Value is "+a);
导致此错误:
ERROR: Cannot access 'java.io.Serializable' which is a supertype of 'kotlin.String'. Check your module classpath for missing or conflicting dependencies.
这个错误的根源是什么?我该如何解决?
我在 stackoverflow 上看过其他帖子,但他们都在谈论 intellij 而不是 Eclipse。

最佳答案

在 Eclipse 中使用 kotlin 时出现此错误。在我的系统中,以前没有安装 JDK。我在PC中安装了JDK 15并在eclipse中的kotlin插件设置中设置了路径(路径:Window -> preferences -> Kotlin -> Compiler -> JDK Home)

关于eclipse - 无法访问 'java.io.Serializable' ,它是 'kotlin.String' 的父类(super class)型。检查您的模块类路径是否存在缺失或冲突的依赖项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64527844/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com