Re: Java on AIX modifying LIBPATH
From: Roedy Green (my_email_is_posted_on_my_website_at_munged.invalid)
Date: 10/18/05
- Next message: dinrat_at_gmail.com: "Re: Java on AIX modifying LIBPATH"
- Previous message: Hajo Ehlers: "Re: Java on AIX modifying LIBPATH"
- In reply to: dinrat_at_gmail.com: "Java on AIX modifying LIBPATH"
- Next in thread: dinrat_at_gmail.com: "Re: Java on AIX modifying LIBPATH"
- Reply: dinrat_at_gmail.com: "Re: Java on AIX modifying LIBPATH"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 18 Oct 2005 08:29:10 GMT
On 17 Oct 2005 06:21:22 -0700, dinrat@gmail.com wrote or quoted :
> I have a java program which launches another process (an
>executable). Now it appears that java 1.4.2 is not passing correct
>environment to the executable, it is removing all occurences of
>/usr/lib from LIBPATH before passing it to the executable.
You might want to track down where the pruning is occurring.
Dump your environment just prior to launching java.exe
dump it just prior to exec with System.getEnv.
Exec has a feature for you to provide your own set Environment.
-- Canadian Mind Products, Roedy Green. http://mindprod.com Again taking new Java programming contracts.
- Next message: dinrat_at_gmail.com: "Re: Java on AIX modifying LIBPATH"
- Previous message: Hajo Ehlers: "Re: Java on AIX modifying LIBPATH"
- In reply to: dinrat_at_gmail.com: "Java on AIX modifying LIBPATH"
- Next in thread: dinrat_at_gmail.com: "Re: Java on AIX modifying LIBPATH"
- Reply: dinrat_at_gmail.com: "Re: Java on AIX modifying LIBPATH"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|