Penguin

Differences between version 8 and predecessor to the previous major change of JavaNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 8 Last edited on Wednesday, April 18, 2007 10:37:30 am by BenStaz Revert
Older page: version 6 Last edited on Sunday, January 11, 2004 5:29:29 am by StuartYeates Revert
@@ -48,7 +48,10 @@
 #Check that the the file is in "/some/path/to/a/dircetory/some/package/heirarchy/!ClassName.java" and is called "!ClassName" and in "/some/package/heirarchy/" package 
 #Check that "/some/path/to/a/dircetory/" is in the the classpath 
 #Check that the current directory is not in the classpath 
 #Check the package name again 
+  
+!The public type <name of class> must be defined in its own file  
+Check to make sure that the filename of the .java file has the same name as the class inside the file.  
  
 ---- 
 UserSubmittedNotes