Re: add jar to class browser
Re: add jar to class browser
- Subject: Re: add jar to class browser
- From: David Ewing <email@hidden>
- Date: Fri, 28 May 2004 11:39:24 -0600
On May 25, 2004, at 9:27 AM, Claus Atzenbeck wrote:
Hi,
I have some jar libraries installed in
~/Library/Java/Extensions/someFolder/. Documentation is also available.
However, I would like to add the documentation to Xcode's documentation
browser. I want to browse the class hierarchy etc. as I can do with the
standard Java stuff.
Is this possible??
Thanks for any hint!
To get a jar file to be indexed (and show up in the class browser),
just add it to your project. To get access to the docs, you can use
/Developer/Tools/pbhelpindexer. Using it has been discussed on the list
before. But, it's a Perl script, so you can just look at the code to
find the magic place where you add your documentation path.
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.