When I launch firefox from the command line, I am able to view PDF's in my browser. I am testing a GUI with Twist which is an IDE based on eclipse and using the sikuli driver. Before I run the test I close the browser. The line of code that opens the browser says: App.open(PDF_ENABLED_BROWSER + " -new-window " + URL
When I try to open a PDF I get the following error, Could not launch Adobe Reader 9.5.1. Please make sure it exists in PATH variable in the environment. If the problem persists, please reinstall the application. I am running on RHEL and using Firefox 3.6.23, not by choice. Any help is greatly appreciated.
Asked
Active
Viewed 570 times
0

Kara
- 6,115
- 16
- 50
- 57

Alessandro
- 309
- 5
- 23
1 Answers
0
I was able to get it to work by adding the following 2 lines to my .bashrc file.
LD_LIBRARY_PATH=/mylocation/Adobe/Reader9/Browser/intellux
export LD_LIBRARY_PATH

Alessandro
- 309
- 5
- 23