Results 1 to 2 of 2
Hi,
I am using Firefox 1.5.0.9 in RHEL 5.0. I have a application which needs to load some jar files to the firefox browser, for which I am adding the ...
- 03-23-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 1
Need help with Firefox 1.5.0.9
Hi,
I am using Firefox 1.5.0.9 in RHEL 5.0. I have a application which needs to load some jar files to the firefox browser, for which I am adding the path in LD_LIBRARY_PATH in ~/.bashrc.
The issue is when I launch the firefox through a shortcut, the LD_LIBRARY_PATH is unset, and it just sets it to Firefox specific libs.
Additionaly if I run firefox through command line it sets it perfectly fine, and appends the Firefox libs to the already set LD_LIBRARY_PATH,
Could anyone please help me with this issue, I am badly stuck because of this,
Regards,
newtoShell
- 03-23-2009 #2
change the shortcut to be a script, in which you set LD_LIBRARY_PATH and then run firefox


Reply With Quote