Hi,
I have installed zanzibar in my linux machine in the path /usr/src/zanzibar-0.1/bin/zanzibar. Then i have installed jdk in the path /usr/src/zanzibar-0.1/bin/zanzibar/jdk1.6.0_04 and jmf in the path /usr/src/zanzibar-0.1/bin/zanzibar/JMF-2.1.1e and i have tried to connect the pbx and zanzibar using the command ./asteriskConnector.sh. For this I have set the path as follows:
[root@localhost ~]# cd /usr/src/zanzibar-0.1/bin/zanzibar
[root@localhost zanzibar]# export ZANZIBAR_HOME=/usr/src/zanzibar-0.1
[root@localhost zanzibar]# export JAVA_HOME=/usr/src/zanzibar-0.1/bin/zanzibar/jdk1.6.0_04/
[root@localhost zanzibar]# ./asteriskConnector.sh
ERROR: Java Media Framework (JMF) is not installed.
Please download and install JMF from Sun Java web site:
http://java.sun.com/products/java-media/jmf/
Error occurred
But i have installed jmf in the path /usr/src/zanzibar-0.1/bin/zanzibar/JMF-2.1.1e already. please assist me to solve this problem
Thanks