Installing Professional Edition in Linux
Hi,
I have tried to install and launch Professional edition trail pack in linux machine.
It installed in /application/screenscraper location
In my machine we installed java in /software/java/jdk1.5.0_12 location.
well,
Now i can start the server by ./server start command.
And, when i try to launch screen scraper by, ./screen-scraper (in the installed location /application/screenscraper) it gives following error.
testing JVM in /application/screenscraper/jre ...
testing JVM in /application/screenscraper/jre ...
testing JVM in /software/java/jdk1.5.0_12 ...
Runtime link error -it appears that libXt got loaded before libXm,
which is not allowed.
....
...
I cant launch screen-scraper.
Can anyone help me to overcome this issue and launch screen-scraper trail edition.
Thanks
by
Alex
external JRE vs internal one
screen-scraper ships with its own JRE, and it looks like your server shell file is trying to load up an external one with it(the thrid line in your error post).
It's hard to say exactly what's taking place, so could you supply any surrounding details? Did you make a modification in the screen-scraper files to which paths were being included for the JRE, etc?