look into the build.xml

if there is this line(8) correct

<property name="java.home" value="${env.JAVA_HOME}"/>

if thats correct may its wron ind red5.bat

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


or red5.sh

3: for JAVA in "$JAVA_HOME/bin/java" "/usr/bin/java" "/usr/local/bin/java"


or installer.py



but i guess its the build.xml :)


greetz sascha


John Grden schrieb:
> What's happening it seems, is that no matter what I have set as the 
> java_home in my env vars, it always points to C:\Program 
> Files\Java\jdk1.5.0_08\jre  - essentially adding "\jre" to the end of 
> the property.
>  
> anyone know how I can fix this?  anyone run across this?
>
> C:\Users\John\Documents\Red5\SVN>ant server
> Buildfile: build.xml
>      [echo] java.home is C:\Program Files\Java\jdk1.5.0_08\jre and the 
> target version is 1.5
>
> -junit.check:
>
> prepare:
>
> compile:
>     [javac] Compiling 324 source files to 
> C:\Users\John\Documents\Red5\SVN\bin
>
> BUILD FAILED
> C:\Users\John\Documents\Red5\SVN\build.xml:106: Error running 
> C:\Program Files\Java\jdk1.5.0_08\jre\..\bin\javac compiler
>
>
> -- 
> [  JPG  ]
> ------------------------------------------------------------------------
>
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
>   


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

Reply via email to