gpt4 book ai didi

java - 无法在 JRE7 中打开字符串

转载 作者:塔克拉玛干 更新时间:2023-11-02 19:00:22 25 4
gpt4 key购买 nike

我在 jre7 上,但仍然无法打开字符串。我安装了 jdk7 update 1 并将 Eclipse 指向它,但仍然没有成功。知道我做错了什么吗?

这是一个代码:

String code = "something";
switch(code) {
case "xxx": dosomehting(); break;
default: dosomethingelse(); break;
}

我得到的错误:

Cannot switch on a value of type String. Only convertible int values or enum constants are permitted.

最佳答案

我很确定 Eclipse 3.7 只支持 jdk 1.6。你需要 3.7.1 根据 http://download.eclipse.org/eclipse/downloads/drops/R-3.7.1-201109091335/index.php

(请记住:Eclipse 不使用 suns 编译器,它们使用自己的编译器,因此安装 jdk 1.7 是不够的)。

只需打开 eclipse 并选择帮助->检查更新。 - 那应该将您升级到 3.7.1

关于java - 无法在 JRE7 中打开字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7840163/

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