刚开始使用JCreator,遇到问题了
新建一个空的工程point
放了3个源文件 Point.java Point3D.java TestPoint3D.java(含main方法)
编译:compile project
运行:execute project
结果:
Exception in thread "main" java.lang.NoClassDefFoundError: TestPoint
Press any key to continue...选中TestPoint3D.java 
execute file
运行正常
结果正确
这是什么原因呢?