jam/CompileMistake

From ggc

Jump to: navigation, search

01 package jam;
02 
03 import wiki.Wiki;
04 /**
05  * All about my application here.
06  @author Jam Jenkins
07  */
08 public class CompileMistake
09 {
10   public static void main(String[] args)
11   {
12     Wiki.out.printLn("Add your code here.");
13   }
14 }

Compiler Errors:
----------
1. ERROR in jam/CompileMistake.java (at line 12)
	Wiki.out.printLn("Add your code here.");
	         ^^^^^^^
The method printLn(String) is undefined for the type PrintStream
----------
1 problem (1 error)

Download/View jam/CompileMistake.java




Views
Personal tools
Add to 
del.icio.usAdd to 
diggAdd to 
FacebookAdd to 
favoritesAdd to 
GoogleAdd to 
MySpaceAdd to 
PrintAdd to 
SlashdotAdd to 
StumbleUponAdd to 
Twitter