Operating System - HP-UX
1830372 Members
2101 Online
110001 Solutions
New Discussion

NULL problem in HP server

 
SOLVED
Go to solution
Dennis Handly
Acclaimed Contributor

Re: NULL problem in HP server

Here are the details of my above hand-waving for IPF:
cp /opt/java1.5/bin/IA64W/java .
chmod u+w java
chatr -z java
cp java /opt/java1.5/bin/IA64W/java_Z

Then invoke this new java_Z:
/opt/java1.5/bin/IA64W/java_Z -d64 ...

For 32 bit PA, use:
/opt/java1.4/bin/PA_RISC2.0/java
KarthiKhivi
Advisor

Re: NULL problem in HP server

Hi All,

we are not able to find any way to make shared lib - java - jni work. However, we have found a work around by using executables instead of shared libs, and making executables work with -Z. though its not following standards, bottomline is "it works". thanks for all your time and suggestions.

Thx a lot.