Hello, On 8/14/06, Dan Rossi <[EMAIL PROTECTED]> wrote: > and ive also tried just running red.bat, tried setting the JAVA_HOME > variable to either C:\Program Files\Java\jdk1.5.0_07 or "C:\Program > Files\Java\jdk1.5.0_07" here are hte outputs > > > C:\Program Files\Red5>red5 > Files\Java\jdk1.5.0_07 was unexpected at this time.
this error is because of the quotes missing in red5.bat: http://mirror1.cvsdude.com/trac/osflash/red5/ticket/114 Try changing red5.bat to read: if not "%JAVA_HOME%" == "" goto launchRed5 Regards Alex -- http://preferans.de _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
