What is result of the following command line?
$ java -version
Selecting View > Reload doesn't help?
Which version of Ubuntu are you using? Please attach your ~/.zekr/zekr.log here.
Mohsen.
Did you set a proxy on your network adapter? Try disabling audio
support through Tools > Options > unckech "Enable audio support". And
restart Zekr. Is the blank screen still there?
Mohsen.
What is result of the following command line?
$ java -version
What is your Linux distrubution? Do you use a proxy? Please attach
your ~/.zekr/zekr.log here.
After launching Zekr, when audio support is enabled, can you run the
following command line?
$ telnet 127.0.0.1 8920
Mohsen.
It actually supports proxy settings seamlessly on Safari and IE. Each
intance of Mozilla-embedded however has its own proxy setting. You
should pass two system parameters to Zekr in order to make it work
with proxy: http://www.eclipse.org/swt/faq.php#browserproxy
In short, you should add the following parameters to java in zekr.sh:
-Dnetwork.proxy_host=<proxy host addr> -Dnetwork.proxy_port=<proxy port>
For example change the line containing JRE_OPT=-Djava.library.path=lib to this:
JRE_OPT="-Djava.library.path=lib -Dnetwork.proxy_host=<proxy host
addr> -Dnetwork.proxy_port=<proxy port>"
Regards,
Mohsen.