• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

java.sun.com down?

 
Ranch Hand
Posts: 697
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys, Am trying to go to java.sun.com and also wants to look up the API's. But it seems the site is down from yesterday itself. Where can I reference the 1.4 API other than sun's site? I did not download it before, I should have done that
Thanks.
 
author and jackaroo
Posts: 12200
280
Mac IntelliJ IDE Firefox Browser Oracle C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Satish,
I hope Sun get their site back up, or that someone can tell you another location where you can download the APIs.
As a last ditch effort you can use Google's cache to look it up. Basically you have to know the URL for the page you want, and can then enter it into a query of the form:
http://www.google.com.au/search?q=cache:java.sun.com/j2se/1.4.2/docs/api/allclasses-frame.html
(that should list all the classes in the 1.4.2 API).
So if you wanted to look up the API for Sockets you would enter the URL
http://www.google.com.au/search?q=cache:java.sun.com/j2se/1.4.1/docs/api/java/net/Socket.html
Good luck.
Regards, Andrew
 
Satish Avadhanam
Ranch Hand
Posts: 697
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Andrew, thankyou very much.

Originally posted by Andrew Monkhouse:
Hi Satish,
I hope Sun get their site back up, or that someone can tell you another location where you can download the APIs.
As a last ditch effort you can use Google's cache to look it up. Basically you have to know the URL for the page you want, and can then enter it into a query of the form:

Sorry, I do not remember any of the direct links. It seems that I have to wait... :roll: Also am working on the GUI part and I have no clue about any packages except javax.swing and javax.swing.text and some others.

http://www.google.com.au/search?q=cache:java.sun.com/j2se/1.4.2/docs/api/allclasses-frame.html
(that should list all the classes in the 1.4.2 API).
So if you wanted to look up the API for Sockets you would enter the URL
http://www.google.com.au/search?q=cache:java.sun.com/j2se/1.4.1/docs/api/java/net/Socket.html
Good luck.
Regards, Andrew


Will hope the network will comeup atleast by today night. Thanks
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic