当前位置: 技术问答>java相关
为什么出现这个情况,我的CLASS里面除了下面这些什么也没有,Exception in thread "main" java.lang.NoClassDefFoundError: helloworld/c
来源: 互联网 发布时间:2017-04-19
本文导语: public class helloworld { public static void main(String args[]) { //System.out.println("HelloWorld"); } } | classpath中加上.路径(当前路径)
public class helloworld
{
public static void main(String args[])
{
//System.out.println("HelloWorld");
}
}
{
public static void main(String args[])
{
//System.out.println("HelloWorld");
}
}
|
classpath中加上.路径(当前路径)