gpt4 book ai didi

java - Eclipse 在运行时返回错误 : "java selection does not contain a main type"

转载 作者:行者123 更新时间:2023-11-30 06:32:27 24 4
gpt4 key购买 nike

我无法在 Eclipse 中运行以下代码(Eclipse IDE for Java Developers,版本:Indigo Service Release 1,Build id:20110916-0149),我认为我在 Eclipse 中可能存在配置问题(但我不知道是什么或在哪里):

class Saluton {
public static void main(String args[])
{
String greeting = "Saluton mondo!";
System.out.println(greeting);
}
}

我还在 Macintosh 10.7.2 上运行 Java 6 (1.6.0_29-b11-402)。

当我运行它时,出现错误:

"java selection does not contain a main type"

但我很确定我的类(class)写得正确......?我查过这个错误,到目前为止还不能解释这个问题。

TIA 有任何想法或意见!

最佳答案

我认为你必须公开你的类(class),否则它不会工作?

关于java - Eclipse 在运行时返回错误 : "java selection does not contain a main type",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8781663/

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