Re: Helpful Xcode Hint
Re: Helpful Xcode Hint
- Subject: Re: Helpful Xcode Hint
- From: David Ewing <email@hidden>
- Date: Thu, 2 Sep 2004 13:11:24 -0600
On Sep 1, 2004, at 12:21 PM, SD wrote:
Helpful Xcode Hint if you have Java projects:
http://www.macosxhints.com/article.php?story=20040831111209864
Unfortunately this hint is wrong. While this will allow Javadoc
documention to be viewed, it has nothing to do with code completion.
But there are two issues that people may run into that keep Java code
completion from working properly for the JDK classes:
1) If you were using index templates, they need to be rebuilt. See
/Developer/Extras/Xcode\ Index\ Templates/Index\ Templates\ ReadMe.rtf
for instructions.
2) If you're using WebObjects, the JDK classes aren't indexed by the
index templates by default. The easiest way to do that is to add
/Library/Java/Home/src.jar to the projects, and the rebuild the
templates.
Finally, the hint doesn't mention that for the Javadoc help indexing to
work, you need to make sure you have the latest Java Developer package
installed (available from connect.apple.com).
Dave
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.