|

楼主 |
发表于 2018-4-3 18:18:12
|
显示全部楼层
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
Syntax error on token "details", AnnotationName expected after this token
Illegal modifier for parameter details; only final is permitted
Syntax error, insert "[ ]" to complete Dimension
Syntax error, insert ";" to complete BlockStatements
Cannot make a static reference to the non-static field title
Cannot make a static reference to the non-static field num
Cannot make a static reference to the non-static field maineditor
Cannot make a static reference to the non-static field publishinghouse
Syntax error, insert ";" to complete BlockStatements
String literal is not properly closed by a double-quote
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete LocalVariableDeclarationStatement
at 练习.Book.main(Book.java:21)
|
|