Redian新闻
>
Running error: Editor does not contain a main type
avatar
Running error: Editor does not contain a main type# Java - 爪哇娇娃
I*y
1
在eclipse里写程序,然后运行,可是竟然出现这样的错误:Editor does not contain
a main type. 请问咋回事啊?有main method啊
下面是我的程序(练习题)
import java.util.*
public class EmployeeTest
{
public static void main(String[] args)
{
Employee[] staff = new Employee[3];

staff[0] = new Employee("John F C", 35000, 1987, 12, 13);
staff[1] = new Employee("Tony Success", 90000, 1989, 12, 01);
staff[2] = new Employee("Jennifer N", 1000, 1982, 3, 15);
avatar
p*e
2
need to specify main class on run configuration?

contain

【在 I*****y 的大作中提到】
: 在eclipse里写程序,然后运行,可是竟然出现这样的错误:Editor does not contain
: a main type. 请问咋回事啊?有main method啊
: 下面是我的程序(练习题)
: import java.util.*
: public class EmployeeTest
: {
: public static void main(String[] args)
: {
: Employee[] staff = new Employee[3];
:

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。