Hi @all,

i had a problem starting red5 in Windows Vista.
I could fix it with putting quotas around some of the environment 
variables in the startup skript.
I'm not sure if it would work in XP as well but i think so.
See the "fixed" startup skript:

=========================================
@echo off

if not "%JAVA_HOME%" == "" goto launchRed5

:launchRed5
"%JAVA_HOME%/bin/java" -Djava.security.manager 
-Djava.security.policy=conf/red5.policy -cp red5.jar;conf;%CLASSPATH% 
org.red5.server.Standalone
goto finaly

:err
echo JAVA_HOME environment variable not set! Take a look at the readme.
pause

:finaly
pause


_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to