Insight Remote Support
1748180 Members
3865 Online
108759 Solutions
New Discussion юеВ

Re: java problem in HP-UX

 
naveem
Occasional Advisor

java problem in HP-UX

Hi,

Can somebody explain about the java used by ISEE On Various hardware platform.

Is it both Hardware and OS dependent?

Many a times we face problems because of the "JVM_LOC=" pointing to the wrong path, after ISEE installation.

The Solution is to point JVM_LOC to the appropriate Java.
But can some one explain the steps to check whether the JVM_LOC is pointing to a correct Jave path, if not, how to select the correct java version on the OS?


6 REPLIES 6
Avinash Agarkar
Valued Contributor

Re: java problem in HP-UX

Hi,

Download the Latest Java version and install it on the same, and then try to install isee latest version and check.

thanks,
Avinash
Great Power Comes With Great Responsibility
naveem
Occasional Advisor

Re: java problem in HP-UX

Hi Avinash,

My primary query is "Can somebody explain about the java used by ISEE On Various hardware platform?"

And the secondary is "Is it both Hardware and OS dependent?"

Avinash Agarkar
Valued Contributor

Re: java problem in HP-UX

Hi Naveem,

The minimum requiment for java is
Java 1.4.2.12, it is required because with out you will not able to access the isee platform.

Thanks,
Avinash
Great Power Comes With Great Responsibility
Liem Nguyen
Honored Contributor

Re: java problem in HP-UX


Hi,

ISEE for HP-UX comes in two packages:

1. ISEE for IA-64 does not have Java bundled, during ISEE installation on IA-64, the installation searches for an existing Java on the Server and put the path in JVM_LOC. Quite often, it finds an old or invalid version.

2. ISEE 3.95.5xx for PA-RICS comes with Java 1.4.2.x.

To check which version is being used by ISEE, you just copy the JVM-LOC path and run it as:

/opt/java1.4/jre/bin/java -version or
/opt/hpservices/jre/bin/opt/java1.4/jre/bin/java -version

ISEE will work with Java >1.3.1.9 and Java >1.4.2.9, it doesn't work with Java 1.5.

Hope this helps,

naveem
Occasional Advisor

Re: java problem in HP-UX

Hello Liem,

Thanks for educating on the Java used by the ISEE.
This gives me the basic idea of the Java used by the ISEE.

Now, that i have some basics of this, i think, i can improve on this.

Regards,
Naveem
naveem
Occasional Advisor

Re: java problem in HP-UX

This gives me the basic idea of the Java used by the ISEE.

Now, that i have some basics of this, i think, i can improve on this.

Regards,
Naveem