Simply won't work ~ linux Followed to starter step and even attempted bash for sh but this is all I get :
[frank@SnapafunMobile Limewire]$ bash ./runLime.sh
: command not found5:
: No such file or directory
: command not found9:
: command not found23:
'/runLime.sh: line 24: syntax error near unexpected token `
'/runLime.sh: line 24: `look_for_java()
Looking at the runLime.sh script I see it looks for java at /usr/lib/jvm
My system has it installed at:
/usr/lib/jvm/java-1.6.0-sun-1.6.0
so I guess that's OK but for the life of me I cannot get the script to run past line 24 ~
look_for_java()
{
JAVADIR=/usr/lib/jvm
if look_for_javaImpl ; then
return 0
Which starts at line 24.
Any ideas anyone ? |