首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java相关 >

JCreator Could not find the main class 求大神来帮忙,该如何解决

2013-01-04 
JCreatorCould not find the main class 求大神来帮忙代码:public class hello{public static void main(S

JCreator Could not find the main class 求大神来帮忙
代码:
public class hello
{
public static void main(String[] args)
{
System.out.printIn("hello");
}
}
这一个简单的显示“hello”的程序 却有问题
[解决办法]
JDK下载后设置好环境变量了吗?
还有JCreator Home Directory下也要设置JDK的路径才能正常使用JCreator。
[解决办法]
import java.util.*;
public class Hello
{
 public static void main(String[] args) 
{
    System.out.println("Hello");
}
}
运行下试试,有问题与我联系

热点排行