Operating System - HP-UX
1752280 Members
4743 Online
108786 Solutions
New Discussion юеВ

Re: where can I find JDK 1.4?

 
Robert Binkhorst
Trusted Contributor

Re: where can I find JDK 1.4?

Yup, Dave is correct (from www.java.com):

The Java 2 Platform, Enterprise Edition ("J2EE") version 1.4 SDK provides a complete implementation of the Java 2 Platform, Enterprise Edition 1.4 specification along with extra features to help developers learn about what's new and improved in the specification. The J2EE 1.4 SDK includes the J2EE 1.4 application server, the J2SE platform as its foundation, and various tools to help developers prototype J2EE applications and learn about the J2EE platform and technologies. Everything a developer needs to get started using the J2EE 1.4 platform, including The J2EE 1.4 Tutorial and Java BluePrints, is available now for download.
linux: the choice of a GNU generation
Pete Randall
Outstanding Contributor

Re: where can I find JDK 1.4?

Ken,

Continuing in my naivete', I believe that JDK was re-christened SDK and JRE was re-christend RTE when they moved from Version 1 to Version 2.


Pete

Pete
Ken Penland_1
Trusted Contributor

Re: where can I find JDK 1.4?

we thought that JDK was rolled into SDK, so we installed:
T1456AA 1.4.2.01.00 Java2 1.4 SDK for HP-UX

and they tried to install oracle...got the error message:
Error Invalid JDK Version. Please Enter the Correct JDK Version
'
Dave Hutton
Honored Contributor

Re: where can I find JDK 1.4?

Make sure their env is pointing to the right java. Java seems to be spewed all over some servers.
#which java
#java -version
They may be pointed to the wrong (older) version still.
Robert-Jan Goossens
Honored Contributor

Re: where can I find JDK 1.4?

Ken,

I've got on my 11.0

T1456AA 1.4.2.00.00 Java2 1.4 SDK for HP-UX

# java -version
java version "1.4.2.00"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2.00-031015-15:06)
Java HotSpot(TM) Server VM (build 1.4.2 1.4.2.00-031015-16:52-PA_RISC2.0 PA2.0,)

# swlist -l product | grep Java
Jdk14 1.4.2.00.00 Java2 1.4 SDK
Jre14 1.4.2.00.00 Java2 1.4 RTE

Hope this helps,
Robert-Jan
Patrick Wallek
Honored Contributor

Re: where can I find JDK 1.4?

Make sure that Oracle can handle Java 1.4.2.whatever. We have one application here that can't handle Java 1.4. We have to use 1.3.1 with it.
Sunil Sharma_1
Honored Contributor

Re: where can I find JDK 1.4?

Whihc version of Oracle you are installign and what products of Oracel?

Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***
Ken Penland_1
Trusted Contributor

Re: where can I find JDK 1.4?

Here is the latest I got back from the DBAs based on what was said in this thread:

I ran across some info about seeing what version was installed. I ran the command and it worked fine for the 1.3, but when I tried to use the command against 1.4 it failed. Maybe the command is not valid against the 1.4 version or maybe the 1.4 did not install correctly. Can we verify that the 1.4 is installed correctly?

(hpz0037 on drmsv2):/home/hpz0037 > /opt/java1.3/bin/java -version
java version "1.3.1.07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1.07-021014-12:03)
Java HotSpot(TM) Server VM (build 1.3.1 1.3.1.07-JPSE_1.3.1.07_20021014 PA2.0, mixed mode)

(hpz0037 on drmsv2):/home/hpz0037 > /opt/java1.4/bin/java -version
Cannot exec - /opt/java1.4/bin/PA_RISC2.0/java
execvp(): No such file or directory

so perhaps our install is pooched....thanks for your assistance all!
'
Yogeeraj_1
Honored Contributor

Re: where can I find JDK 1.4?

hi ken,

can you post the output of the /opt/java1.4/bin/ directory?

cd /opt/java1.4/bin/
ls -al

regards
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Ken Penland_1
Trusted Contributor

Re: where can I find JDK 1.4?

no need, I removed the old install of 1.4, and re-installed it, and it works fine now, so the first install must have been pooched..

Thanks for your help
'