The Artima Developer Community
Sponsored Link

Java Answers Forum
Something like MSDN for Java??

3 replies on 1 page. Most recent reply: Mar 2, 2006 2:41 AM by Matthias Neumair

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 3 replies on 1 page
Sanjay Perera

Posts: 42
Nickname: angel6
Registered: Apr, 2004

Something like MSDN for Java?? Posted: Feb 24, 2006 5:23 AM
Reply to this message Reply
Advertisement
Is there anything similar to MSDN from SUN site especially for JAVA which contains knowledge base articles and bug reports.


Matthias Neumair

Posts: 660
Nickname: neumi
Registered: Sep, 2003

Re: Something like MSDN for Java?? Posted: Feb 27, 2006 2:39 AM
Reply to this message Reply
http://java.sun.com/community/

Sanjay Perera

Posts: 42
Nickname: angel6
Registered: Apr, 2004

Re: Something like MSDN for Java?? Posted: Mar 1, 2006 7:55 PM
Reply to this message Reply
I was talking about downloadable offline like thing? So accoring to the http://java.sun.com/community/ we have to connect to internet when everytime we need to find something!!!

Matthias Neumair

Posts: 660
Nickname: neumi
Registered: Sep, 2003

Re: Something like MSDN for Java?? Posted: Mar 2, 2006 2:41 AM
Reply to this message Reply
Well, Java developers DO usually have internet connections.

No, I don't think there is something downloadable, at least not what you expect.

A lot of documents are downloadable from www.java.sun.com, but you have to look there for yourself.


If nothing helps, try using the program wget to dowload a whole subdirectory of the server.
wget -c -t0 -r -l99 -np http://www.java.sun.com/subdir

Flat View: This topic has 3 replies on 1 page
Topic: calling methods from main Previous Topic   Next Topic Topic: problem synchronizing threads

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use