1822004 Members
4010 Online
109639 Solutions
New Discussion юеВ

Query about JDK 1.5

 
Md. Minhaz Khan
Super Advisor

Query about JDK 1.5

Dera ALL,

I have successfully send SMS using EMS(monconfig) from our Test HP-UX (OS B.11.23) machine, when it encounters any critical,major or warning situation. If EMS generate an event it will send a EMAIL and my script which will read that email and send SMS.In my script i have used a command "/opt/java1.5/bin/java -jar SendSMS.jar 1924400786 1928300745" where 1924400786=source_msisdn and 1928300745=destination_msisdn.

But I have face a problem in HP-UX B.11.11.The Problem is in HP-UX(OS B.11.11) where JDK 1.4 installed but JDK 1.5 was not installed. When i run "/opt/java1.4/bin/java -jar SendSms.jar" command it shows error.

In our billing and other servers who have HP-UX OS versin B.11.11 have java version 1.4. They don't have JDK 1.5.

I have already download JDK 1.5 from HP-UX software depot site.

My query is if i install JDK 1.5 in HP-UX OS B.11.11 is it conflict with other applications that use JDK 1.4

So please give your opinion ?? Because all of our servers is in productin. If a single mistake occur it will be a gretae disester for us??

Thanks in Advance

Minhaz
2 REPLIES 2

Re: Query about JDK 1.5

No conflict...

JDK1.4 is installed into /opt/java1.4 and JDK1.5 into /opt/java1.5 you can use both separately...

HTH

Duncan

I am an HPE Employee
Accept or Kudo
Md. Minhaz Khan
Super Advisor

Re: Query about JDK 1.5

Thanks a lot