Missing Java Doc (was Re: Xcode 1.5)
Missing Java Doc (was Re: Xcode 1.5)
- Subject: Missing Java Doc (was Re: Xcode 1.5)
- From: Owen McKerrow <email@hidden>
- Date: Fri, 6 Aug 2004 16:45:48 +1000
Thanks Christan thats got it working.
I wanted to install the Java Doc on my machine so that I could view it
in xCode doc viewer.
So I clicked on Java on the side tab, clicked on the link API Reference
link, and then on
Java 1.4.2 API Reference: J2SE., where it told me I need to install the
doc ( I had forgotten I had not done this since re-installing ).
So I did as instructed and ran the following command :
sudo /Developer/ADC\ Reference\
Library/documentation/Java/scripts/unjarJavaDocumentation.sh
Only to be told that the doc wasn't there to install.
Extracting Java Documentation
java.io.FileNotFoundException:
/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home/
docs.jar (No such file or directory)
Ive looked at 3 different machines now ( 2 with WO installe d1 without
which in fact was just updated to 10.3 today) and none of them have
this doc.jar file.
Does anyone know where I can get a copy of it to install ? Is it just
the standard zip version of the API that you get of Suns website ? Also
the it says the same thing for the Apple Extensions.
java.io.FileNotFoundException:
/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home/
appledocs.jar (No such file or directory)
Thanks
Owen
On 06/08/2004, at 4:02 PM, Christian Pekeler wrote:
On Aug 5, 2004, at 18:50, Owen McKerrow wrote:
After a little fiddling I thought I would pass on some little Tips
for CodeSense to get Code Completion to work with the WebObjects
FrameWorks :
1) You will need to use the index templates found under
/Developer/Extras/Index Templates. Follow the instructions in the
Read me file.
2) If you already have them done under 1.2, you will need to re-index
them and restart your machine.
3) You will need to re-index your project.
I now have Code Completion for my WebObjects classes. I can't however
get it to work on standard Java classes such as String.
Anyone have an suggestions on how to get that to work ?
Open /Developer/Extras/Xcode\ Index\ Templates/JavaWebObjectsAppIndex
and 'add existing file'
/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/
Classes/classes.jar, then redo your three steps (without restarting
the machine - that's not necessary).
Christian
'The test of a first-rate intelligence is the ability to hold two
opposed ideas in the mind at the same time and still be able to
function.'
-F.Scott Fitzgerald,
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.