Вы находитесь на странице: 1из 2

Comp Sci HW ch1

1.2a: Error: Could not find or load main class test.tests


1.2b: An emergency Broadcast
1.2c: Exception in thread "main" java.lang.Error: Unresolved compilation problems:
Syntax error, insert ")" to complete MethodInvocation
Syntax error, insert ";" to complete BlockStatements
An cannot be resolved to a variable
emergency cannot be resolved to a type
Syntax error, insert ";" to complete LocalVariableDeclarationStatement
String literal is not properly closed by a double-quote
String literal is not properly closed by a double-quote
at test.tests.main(tests.java:5)
1.2d: Exception in thread "main" java.lang.Error: Unresolved compilation problem:
String literal is not properly closed by a double-quote
at test.tests.main(tests.java:5)
1.2e: Error: Main method not found in class test.tests, please define the main
method as:
public static void main(String[] args)
or a JavaFX application class must extend javafx.application.Application
1.2f: Exception in thread "main" java.lang.Error: Unresolved compilation problem:
The method bogus(String) is undefined for the type PrintStream
at test.tests.main(tests.java:5)
1.2g: Exception in thread "main" java.lang.Error: Unresolved compilation problem:
Syntax error, insert ";" to complete BlockStatements
at test.tests.main(tests.java:5)
1.2h: Exception in thread "main" java.lang.Error: Unresolved compilation problem:
Syntax error, insert "}" to complete ClassBody

at test.tests.main(tests.java:6)

Вам также может понравиться