This is a discussion on java environment variables getting truncated within the HP-UX Operating System forums, part of the Unix Operating Systems category; --> Hello, We are having a problem where we have the following scenario: 1) shell script calls native code 2) ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, We are having a problem where we have the following scenario: 1) shell script calls native code 2) native code calls a java class 3) the java class does an execve() method call to another program At phase 1), we have a value set for SHLIB_PATH in the environment. At phase 3), our value for SHLIB_PATH gets over written by something else. Any ideas what could be causing this? Platform: HPUX 11.00 HP "Java 1.3.01-release" |