Valhalla Legends Forums Archive | Java Programming | No sticky for source libraries?

AuthorMessageTime
Grok
I noticed this forum has no list of source code libraries in its sticky.  Does everyone pretty much use sourceforge for their java code hunting?  Post your list of java source sites and I'll see if we can get it stickied.
March 21, 2006, 4:46 PM
HdxBmx27
http://java.sun.com/j2se/1.5.0/docs/api/
http://java.sun.com/j2se/1.4.2/docs/api/
http://java.sun.com/j2se/1.3/docs/api/
http://www.pscode.com/
Really what else do you need?
~-~(HDX)~-~
March 21, 2006, 10:18 PM
JoeTheOdd
I've never written anything big enough to actually require a library in Java, but so far I've written all my code myself, or found a class in the javadocs (Hdx's post).
March 22, 2006, 2:01 AM
Myndfyr
[quote author=Joe link=topic=14556.msg148827#msg148827 date=1142992899]
I've never written anything big enough to actually require a library in Java, but so far I've written all my code myself, or found a class in the javadocs (Hdx's post).
[/quote]

Yeah, Joe, I don't think that you're really on par with Grok (who is a professional programmer).  If the JDK was the only thing anyone would need, commercial Java programs would be 10 lines long.
March 22, 2006, 2:34 AM
JoeTheOdd
[quote author=MyndFyre[vL] link=topic=14556.msg148828#msg148828 date=1142994848]
[quote author=Joe link=topic=14556.msg148827#msg148827 date=1142992899]
I've never written anything big enough to actually require a library in Java, but so far I've written all my code myself, or found a class in the javadocs (Hdx's post).
[/quote]

Yeah, Joe, I don't think that you're really on par with Grok (who is a professional programmer). If the JDK was the only thing anyone would need, commercial Java programs would be 10 lines long.
[/quote]

I was pretty sure someone would say that, hence "I've never written anything big enough to require use of a library". =p
March 22, 2006, 5:15 AM
Grok
[quote author=HdxBmx27 link=topic=14556.msg148810#msg148810 date=1142979496]
http://java.sun.com/j2se/1.5.0/docs/api/
http://java.sun.com/j2se/1.4.2/docs/api/
http://java.sun.com/j2se/1.3/docs/api/
http://www.pscode.com/
Really what else do you need?
~-~(HDX)~-~
[/quote]

This thread is not about what I need.  I thought it would be nice for people who visit here to have a resources sticky.  But thanks for the attitude.

By the way, I see you are linking to the javadocs.  Are you aware of a download link for the javadocs for 1.5.0?  Spent the better part of an hour following links at java.sun.com, including nearly every download, to locate the downloadable /docs with no success.

Probably its a big honking icon saying "Download Javadocs Now" and that's why I missed it.

FOUND IT:  http://java.sun.com/j2se/1.5.0/download.jsp#docs
March 22, 2006, 1:58 PM
Myndfyr
Hah.  I was going to say, you can probably build them yourself.  Last time I looked, Java's source code was available.
March 22, 2006, 4:07 PM
Grok
[quote author=MyndFyre[vL] link=topic=14556.msg148868#msg148868 date=1143043650]
Hah.  I was going to say, you can probably build them yourself.  Last time I looked, Java's source code was available.
[/quote]

OK, follow through on that.  If you're going to share knowledge, then share knowledge.  Java's source code is available, now list the steps required for someone to build the JavaDocs from the source code.  I'd bet that's something an occasional forum visitor is wanting to do.
March 22, 2006, 4:29 PM
Hostile
hehe, google.com  :-*
March 23, 2006, 9:20 PM

Search