Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » JavaTM 2 Platform Standard Edition 5.0
Closed Thread
Old 04-01-2006, 02:25 AM   #1 (permalink)
 
Ultra Techie

Join Date: Apr 2005

Posts: 949

M4A1 is on a distinguished road

Send a message via AIM to M4A1
Default JavaTM 2 Platform Standard Edition 5.0

Is there any resource that I can download to have this whole site on my computer?

http://java.sun.com/j2se/1.5.0/docs/api/index.html

Is it made available in file formats available for the user?
M4A1 is offline  
Old 04-01-2006, 02:30 AM   #2 (permalink)
 
Ultra Techie

Join Date: Apr 2005

Posts: 949

M4A1 is on a distinguished road

Send a message via AIM to M4A1
Default

http://java.sun.com/docs/redist.html
hmm i just found this = does this mean no?! =(
M4A1 is offline  
Old 04-01-2006, 07:10 AM   #3 (permalink)
 
Ultra Techie

Join Date: Oct 2003

Posts: 544

fitzjj

Default

Quote:
http://java.sun.com/docs/redist.html
API specifications can be redistributed internally without special permission. They cannot be made available on the Internet.
run 'wget' and pull down the entire site. Just as long as you dont chuck it on your own webserver you'll be fine.
fitzjj is offline  
Old 04-01-2006, 10:26 AM   #4 (permalink)
 
Ultra Techie

Join Date: Apr 2005

Posts: 949

M4A1 is on a distinguished road

Send a message via AIM to M4A1
Default

what do I exactly do? run "wget where? maybe provide quick steps, thanks!
M4A1 is offline  
Old 04-04-2006, 04:23 PM   #5 (permalink)
 
Newb Techie

Join Date: Apr 2006

Posts: 2

ady909

Default

Shame really, the old Java API used to be available. I would also be very interested in how to rip the Java J2SE 5.0 API for my own use
ady909 is offline  
Old 04-04-2006, 04:55 PM   #6 (permalink)
 
Ultra Techie

Join Date: Oct 2003

Posts: 544

fitzjj

Default

the command you need is:
'wget -r http://java.sun.com/j2se/1.5.0/docs/api/index.html'

the tool you need is wget, it comes with pretty much all Linux/unix systems. If you dont have access to one try downloading cygwin which'll let you run a unix style environment on your windows pc. Make sure you install wget with it.

There may be a wget for windows, i have never seen one, but then i havent tried looking.

EDIT:
Just to warn you, i have a copy of the Java API's on disk and it is around 200meg if you are planning on downloading it.
fitzjj is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On