eclipse运行java代码出现错误

问题已解决,在eclipse的项目处右键单击,选择run as->java application 就可以运行了。感谢各位大神的指教。
以下是原问题:
当用eclipse运行以下代码时出现错误。请各路大神看看怎么回事
package test;

public class Test {

public static void main(String[] args) {
    // TODO Auto-generated method stub

}

}
错误:Exception in thread "main" java.lang.Error: Unresolved compilation problems:
ProcessFiles cannot be resolved to a type
The method print(String) is undefined for the type AtUnit
The method print(String) is undefined for the type AtUnit
The method print(String) is undefined for the type AtUnit
The method print(String) is undefined for the type AtUnit

at atunit.AtUnit.main(AtUnit.java:19)

编译都不过,代码有问题呗,代码都不贴

你倒是把代码贴出来给我们瞅瞅呀

修改系统环境变量
你把你的JAVA安装的环境变量试着改一下,在计算机属性的高级设置里面,在系统变量里的Path(要么在开头,要么在末尾,都以;分隔开)添加上你的JAVA程序路径。(在改之前就的找着路径然后复制下来)

对啊,把代码放出来,大家也好帮你看啊

修改系统环境变量
你把你的JAVA安装的环境变量试着改一下,在计算机属性的高级设置里面,在系统变量里的Path(要么在开头,要么在末尾,都以;分隔开)添加上你的JAVA程序路径。(在改之前就的找着路径然后复制下来)

The method print(String) is undefined for the type AtUnit。。。
看看你AtUnit的第19行写的什么

如果不是代码错误也可能是eclipse的编译跟你安装的jdk不同,可以试试设置下eclipse的编译jdk版本