你正确定义了JDK的位置了吗?

解决方案 »

  1.   

    JCreator是没有带JDK的,你必须安装并在JCreator中配置JDK! :)
      

  2.   

    you must config you JDK options in JCreator,where the right Class(JAR) files' path must bu spcified correctly.
      

  3.   

    你先安装一个JDK版本,然后在
      Configure->Option->JDK Profiles  
    在右边的窗口中NEW一个JDK版本,提示你选择你的JDK的安装路径,如E:/jdk。这样就可以把JDK加入进来了,重新启动一下Jcreator试试! 
      

  4.   

    谢谢大家,上面这个问题我解决了,我还想问一下JCreator工具栏上的Compile 
    Batch,Compile File,Execute File,Compile Project,Execute Project这几个按钮有什么不同?