Penguin

Differences between current version and previous revision of JavaNotes.

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

Newer page: version 12 Last edited on Wednesday, May 2, 2007 9:56:47 am by LawrenceDoliveiro
Older page: version 11 Last edited on Wednesday, May 2, 2007 9:54:12 am by LawrenceDoliveiro Revert
@@ -35,9 +35,9 @@
  
 # JavaDoc is your friend. 
 # [Ant] is your friend. 
 # JavaDeps is your friend. 
-# [Eclipse] [IDE] is your friend (supercedes JavaDeps and integrates [Ant] and JavaDoc) 
+# [Eclipse] [IDE] is your friend (supersedes JavaDeps and integrates [Ant] and JavaDoc) 
  
 !!! Errors 
  
 Sometimes [javac]/[Java] complains that it can't find files which are plainly there or complains that they're in the wrong place. This is almost always a classpath or a package interaction problem. If the file is not in a package and is in the current directory: