1832647 Members
2738 Online
110043 Solutions
New Discussion

Re: Java2 1.4 SDK

 

Java2 1.4 SDK

My system run on HPUX 11, and I would like to have internet links where I could download Java2 1.4 SDK software for HPUX 11.
I visit sun microsystems download web pages but I could'nt find J2 SDK version compatible with HPUX 11.
Please help; thank u in advance.
10 REPLIES 10
Alex Lavrov.
Honored Contributor

Re: Java2 1.4 SDK

Here you go:
http://www.hp.com/products1/unix/java/

software and patches.
I don't give a damn for a man that can only spell a word one way. (M. Twain)

Re: Java2 1.4 SDK

I saw the link, everythink work very well but when I trie to access the FTP server (ftp://ftp.hp.com/pub/gsy/) an error occurred saying that I migth not have permission to access the folder, time out.

what's may be this problem ?
john kingsley
Honored Contributor

Re: Java2 1.4 SDK

Make sure you review the patch requirements for the version you install.
http://www.hp.com/products1/unix/java/patches/index.html
Alex Lavrov.
Honored Contributor

Re: Java2 1.4 SDK

Well, no problem here.

If you want, send me the link, I'll download it and place it somewhere you can access it through HTTP.
I don't give a damn for a man that can only spell a word one way. (M. Twain)

Re: Java2 1.4 SDK

thank u ; here is the link :
ftp://ftp.hp.com/pub/gsy/sdk14_14207_1122.depot
thank u in advance
Alex Lavrov.
Honored Contributor

Re: Java2 1.4 SDK

http://www.lavrov.org/files/sdk14_14207_1122.depot

Please remember to compare the cksum.






* p.s. assigning points is cool too ;-)
I don't give a damn for a man that can only spell a word one way. (M. Twain)

Re: Java2 1.4 SDK

hi alex Lavrow !

thank u for the download file; I completly download the file but the checksum does'nt much. I think there may be a problem; do u have any solution for this ?
Alex Lavrov.
Honored Contributor

Re: Java2 1.4 SDK

Well, I downloaded it now from FTP and from my HTTP and cksum are the same:

C:\Downloads>cksum sdk14_14207_1122.depot
505770577 66140160 sdk14_14207_1122.depot

C:\Downloads>cksum 1\sdk14_14207_1122.depot
505770577 66140160 1\sdk14_14207_1122.depot

I don't give a damn for a man that can only spell a word one way. (M. Twain)
harry d brown jr
Honored Contributor

Re: Java2 1.4 SDK


I have the same issues of my network truncating large downloads - thought my networking people will deny that charge as they will claim that its not the network (yeah right and the issue occurs when I use IE or Mozilla http downloads, or ftp from windows or from an HPux server) (I guess it could be the proxy server - but I consider that part of the network) WHICH is why I installed "curl" (http://hpux.cs.utah.edu/hppd/hpux/Networking/WWW/curl-7.13.0/) which allows me to download through the proxy. If it fails I can simply restart it from the point of FAILURE. Here is an example of a download:

cd to directory to put the download in, then:
curl -C - --proxy PROXYSERVERNAME.com:80 -U USERNAME:USERPASSWD -o jboss-4.0.1sp1-src.tar.gz 'http://voxel.dl.sourceforge.net/sourceforge/jboss/jboss-4.0.1sp1-src.tar.gz'

If it stops before it's done, just rerun the command (notice the -C option above) and it will continue the download from where it left off.

live free or die
harry d brown jr
Live Free or Die
RolandH
Honored Contributor

Re: Java2 1.4 SDK

I have always the same problem if I want download software from www.software.hp.com.

Then I delete all my stored cookies and it works. I guess, that is a problem of the HP-Site.

Roland
Sometimes you lose and sometimes the others win