I have installed wowza rpm on CentOS and am trying to run it either as a standalone or as a service from SSH:
when in [/usr/local/WowzaMediaServer/bin]
I type:
and get:Code:./startup.sh
Code:./startup.sh: line 24: java: command not found
I have installed wowza rpm on CentOS and am trying to run it either as a standalone or as a service from SSH:
when in [/usr/local/WowzaMediaServer/bin]
I type:
and get:Code:./startup.sh
Code:./startup.sh: line 24: java: command not found
Looks like Java is not installed. It's best to get the latest JDK here:
http://java.sun.com/javase/downloads/index.jsp
Richard
Thanks !
should go for:
jdk-6u18-linux-i586-rpm.bin
or for:
jdk-6u18-linux-i586.bin
?
The 2nd one should work on any linux machine. The first requires rpm.
Richard
Thanks again !
I have installed JDK successfully but I still get the same error message. Would it matter that My wowza installation file is RPM and my JDK isn`t ?
Last edited by adumin; 03-24-2010 at 01:02 AM.
What do you get with this command?
java -version
If it is not what you installed, try this fix:
http://www.wowzamedia.com/forums/showthread.php?t=1511
Or try uninstalling Wowza completely and re-installing.
Richard
yields:Code:java -version
Code:-bash: java: command not found
Last edited by adumin; 03-24-2010 at 02:05 PM.
Reinstalled JAVA and all is well, thanks !!!