错误提示
-----------android培训、java培训、java学习型技术博客、期待与您交流!------------ ,
could not find the main class program will exit
不能主函数入口 将要退出。
Cannot import into a workspace with no open projects. Please create a project before importing.
不能导入没有打开的工作环境,请在导入之前创建一个该项目
User cannot be resolved to a typeUser不能被分解成一个类。
“Syntax error on token(s),
misplaced construct(s)”,
构造函数语法有问题。
“the
public type xxx must be defined in its own file .”
作为public
类应该和文件名一致,源文件中公关类名要与文件名相同。一个文件里只能有一个public类。
暂时就想到这么多。。