Couldn't install spark on Fedora 8

Hi,

I wanted to install spark on fedora 8 , and am getting this error message:

[root@analysis1 Spark]# ./Spark

ls: cannot access /home/proj/Desktop/rwik/Open Fire/Spark/lib/windows: No such file or directory

java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock’ failed.

./Spark: line 301: 20918 Aborted “$app_java_home/bin/java” -client -Dinstall4j.jvmDir="$app_java_home" -Dexe4j.moduleName="$prg_dir/$progname" “-Dappdir=$prg_dir/” -Dsun.java2d.noddraw=true “-Djava.library.path=$prg_dir/\lib\windows” $INSTALL4J_ADD_VM_PARAMS -classpath “$local_classpath” com.install4j.runtime.Launcher launch org.jivesoftware.launcher.Startup true false “$prg_dir/logs/error.log” “$prg_dir/logs/output.log” true true false “” true true 0 0 “” 20 20 “Arial” “0,0,0” 8 500 “version 2.5.8” 20 40 “Arial” “0,0,0” 8 500 -1 “$@”

Please help

I have read the article at ‘http://www.igniterealtime.org/community/docs/DOC-1323

But I couldn’t understand this line

“Once you have downloaded and extracted the spark tar.gz file, go into the Spark directory and add the following line at the top after #!/bin/sh:”

In which file shal i have to modify? i have no directory under bin.

Regards…

Probably in the laucher, maybe spark.sh. You better ask in the comments of that document.