Hi, I'm following the Installation guide for Linux and on the last step of starting the server I get this error:
root@exxica:/AwareIM/bin# bash startAwareIMNoGUI.sh
startAwareIMNoGUI.sh: line 14: ../JDK/bin/java: No such file or directory
Where line 14 in startAwareIMNoGUI.sh is:
$JDK_HOME/bin/java -Xmx192m -Xms20m -Djava.awt.headless=true -cp $CLASSPATH com.bas.basserver.bsmanager.NonGUIServerMonitorCallback &
I've looked into the folder:
root@exxica:/AwareIM/JDK/bin# ls
HtmlConverter java-rmi.cgi jdb jstat rmic wsgen
appletviewer javac jhat jstatd rmid wsimport
apt javadoc jinfo jvisualvm rmiregistry xjc
extcheck javah jmap keytool schemagen
idlj javap jps native2ascii serialver
jar javaws jrunscript orbd servertool
jarsigner jconsole jsadebugd pack200 tnameserv
java jcontrol jstack policytool unpack200
Now "java" is obviously there - why isn't this working?