java问题
dos下运行: java myfirstapp
出错提示:
exception in thread "myfirstapp" java .lang.NoClassDefound Error:myfirstapp
什么意思啊?
怎么办啊?
参考答案:没找到myfirstapp类
在环境变量中classpath中加一个".;"
dos下运行: java myfirstapp
出错提示:
exception in thread "myfirstapp" java .lang.NoClassDefound Error:myfirstapp
什么意思啊?
怎么办啊?
参考答案:没找到myfirstapp类
在环境变量中classpath中加一个".;"