• Welcome to Valhalla Legends Archive.
 

No sticky for source libraries?

Started by Grok, March 21, 2006, 10:46 AM

Previous topic - Next topic

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.

Hdx


Proud host of the JBLS server www.JBLS.org.
JBLS.org Status:
JBLS/BNLS Server Status

Joe[x86]

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 from: brew on April 25, 2007, 07:33 PM
that made me feel like a total idiot. this entire thing was useless.

MyndFyre

Quote from: Joe on March 21, 2006, 08:01 PM
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).

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.
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

Joe[x86]

Quote from: MyndFyre[vL] on March 21, 2006, 08:34 PM
Quote from: Joe on March 21, 2006, 08:01 PM
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).

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.

I was pretty sure someone would say that, hence "I've never written anything big enough to require use of a library". =p
Quote from: brew on April 25, 2007, 07:33 PM
that made me feel like a total idiot. this entire thing was useless.

Grok

#5
Quote from: HdxBmx27 on March 21, 2006, 04:18 PM
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)~-~

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

MyndFyre

Hah.  I was going to say, you can probably build them yourself.  Last time I looked, Java's source code was available.
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

Grok

Quote from: MyndFyre[vL] on March 22, 2006, 10:07 AM
Hah.  I was going to say, you can probably build them yourself.  Last time I looked, Java's source code was available.

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.

Hostile

- Hostile is sexy.