Differences between version 6 and previous revision of JavaNotes.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 6 | Last edited on Sunday, January 11, 2004 5:29:29 am | by StuartYeates | Revert |
Older page: | version 5 | Last edited on Tuesday, October 28, 2003 2:03:08 pm | by StuartYeates | Revert |
@@ -33,8 +33,9 @@
# JavaDoc is your friend.
# [Ant] is your friend.
# JavaDeps is your friend.
+# [Eclipse] [IDE] is your friend (superseeds 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: