Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Java help file?!
Name: Ilushka Date: October 15, 2002 at 08:55:06 Pacific OS: None yet CPU/Ram: Athlon XP 2000+
Comment:
Hi,
I was wondering if there are extensive help files for Java just as there are for C++. Visual Studio has this awesome help with every function and class and very nice search capabilities. You can perfectly use this option as a guide. I know many people who only use this help and have learned programming through it.
Question: Is there anything like this for Java? Sun DOES have some documentation on their web site but it has no search capabilities and it's kind of lacking of some things.
Maybe such help comes with some kind of studio, or development software. Please tell me what kind. Or maybe you can tell me where I can download it?
Name: SN Date: October 15, 2002 at 12:23:31 Pacific
Reply:
In my humble opinion, Java's documentation beats the crap out of microsoft. I may be a bit biased since I learned java first and c later. Sun's api is well organized, but it's not for beginning programmers. A knowledge of classes is assumed. The only Java web page I ever go to is this one: http://java.sun.com/j2se/1.4.1/docs/api/ I agree that it stinks that it is not easily searchable. Good luck, SN
0
Response Number 2
Name: Santhu Date: October 17, 2002 at 14:31:57 Pacific
Reply:
Well!! Well!! Well!! It does not stinck that much. It is good(not bad) API, I've been using since 7 years. Click on index at the top of the page and you can search based on method starting alphabet.
Summary: For a Windows application you can use http://www.danish-shareware.dk/soft/shelpm/ to make a complete help file with contents and an index. It's freeware. I used it to create help file and then open i...
Summary: I'm putting together a help file for a new app we've written. It's my first time doing this. The tool that I have (HTML Workshop) relies on Internet Explorer to work. I want to compile a help file tha...
Summary: Hi everyone, Is there a way of making help files in Visual Basic or do I need a 3rd party program to do it? If I need a 3rd party program do you have any ideas what ones? Thanks! Gary ...