broken java documentation
broken java documentation
- Subject: broken java documentation
- From: Markian Hlynka <email@hidden>
- Date: Mon, 30 Aug 2004 15:40:12 -0600
inside the xcode help, I clicked on "java" under the "groups" sidebar.
Then I clicked "API Reference" under "Java Resources".
Finally, I clicked "Java 1.4 API Reference: Apple Extensions (HTML)"
I got a message telling me I needed to run
sudo /Developer/ADC\ Reference\
Library/documentation/Java/scripts/unjarJavaDocumentation.sh
in order to use this documentation. I did run it successfully, but with
some errors:
Mithril:/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/
Resources/Documentation/Reference markian$ sudo /Developer/ADC\
Reference\ Library/documentation/Java/scripts/unjarJavaDocumentation.sh
Extracting Java Documentation
java.io.FileNotFoundException:
/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home/
docs.jar (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at sun.tools.jar.Main.run(Main.java:185)
at sun.tools.jar.Main.main(Main.java:904)
java.io.FileNotFoundException:
/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home/
appledocs.jar (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at sun.tools.jar.Main.run(Main.java:185)
at sun.tools.jar.Main.main(Main.java:904)
Running PBHelpIndexer
So, now I can't view the documentation I wanted; it doesn't seem to
exist. Any suggestions on how to fix this, please?
thanks,
Markian
_______________________________________________
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.