I downloaded spark_2_6_3.tar.gz
from http://www.igniterealtime.org/downloads/index.jsp.
After extracting the file and cding into Spark, I ran both ./starter
and ./Spark
but the messenger client is not running. I am using Ubuntu 11.10, 64 bit.
I downloaded spark_2_6_3.tar.gz
from http://www.igniterealtime.org/downloads/index.jsp.
After extracting the file and cding into Spark, I ran both ./starter
and ./Spark
but the messenger client is not running. I am using Ubuntu 11.10, 64 bit.
One of a few things might be wrong:
You version of Java is not quite right for the Spark client:
sudo apt-get install galternatives
sudo add-apt-repository ppa:ferramroberto/java
sudo apt-get update
sudo apt-get install sun-java6-jdk sun-java6-plugin
(then use Gnome galternatives GUI to set the default)
Something else...