Hi Tony (and rest of the list), thanks for the reply, but somehow It didn't work... The java path I could find was /usr/lib/j2sdk1.5-sun/ I set it as java_home, but no effect, the red5 package still can;t find JAVA I also tried setting it to /usr/lib/j2sdk1.5-sun/jre/, but no success Anyone more Idea's, ?
thanx, Remco On 4/18/07, Tony Sodano <[EMAIL PROTECTED]> wrote:
Did you set the Java path? In the shell try: echo $JAVA_HOME - anything? - use export JAVA_HOME to set the correct path, ie: export JAVA_HOME=/path/to/java-x.x.x-sun/ --------------------------------------------------------------------------------------------------------------- Example.. [EMAIL PROTECTED] ~]# echo $JAVA_HOME [EMAIL PROTECTED] ~]# export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun-1.5.0.06/ [EMAIL PROTECTED] ~]# echo $JAVA_HOME /usr/lib/jvm/java-1.5.0-sun-1.5.0.06/ [EMAIL PROTECTED] ~]# ----------------------------------------------------------------------------------------------------------------- Cheers, Tony _______________________________________________ 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
