Hi Nathan, I have this Environment Variables:

C:\>set

JAVA_HOME=C:\Arquivos de programas\Java\jdk1.6.0_01
JAVA_VERSION=1.6

I try with:

JAVA_HOME=c:\arquiv~1\Java\jdk1.6.0_01

JAVA_VERSION=1.6

With:


JAVA_HOME=c:\Arquiv~1\Java\jdk1.6.0_01


JAVA_VERSION=1.6

And:


JAVA_HOME=C:\Arquivos de programas\Java\jdk1.5.0_01


JAVA_VERSION=1.5

Same error. 

I install red5 3 times. With Java path pointing to:
C:\Arquivos de programas\Java\jre1.6.0_01
C:\Arquivos de programas\Java\jdk1.6.0_01
C:\Arquivos de programas\Java\jdk1.6.0_01\jre

Same error.

My new app folder is there, ready to go, but ant doesn't compile. 


---- 
Mateus Reis
[EMAIL PROTECTED]

----- Mensagem original ----
De: Nathan P. Johansen <[EMAIL PROTECTED]>
Para: [EMAIL PROTECTED]
Enviadas: Quinta-feira, 12 de Abril de 2007 12:58:19
Assunto: Re: [Red5] red5-0.6rc3 build error

Hi Mateus,

I'd suggest changing your Environment Variables (this is under your
Control Panel -> System -> Advanced Tab) for JAVA_HOME to remove the
spaces in the path.  For example:

    Variable Name:     JAVA_HOME
    Variable Value:    C:\progra~1\Java\jdk1.6.0_01

Your system's language is different, so perhaps it is something like:

    C:\arquiv~1\Java\jdk1.6.0_01

Next, set your JAVA_VERSION environment variable to "1.6" - save that,
open up a new command line window, and give it another try.

I've noticed that when compiling under windows, it doesn't handle the
blank spaces in the path to Java, so just remove them by using the eight
dot three (8.3) style of syntax instead.  Also notice that you're pointing
to the "jre" folder - ANT needs the JDK version to compile.


Nathan


On Thu, 12 Apr 2007, Mateus Reis wrote:

> Help me please.. :D

I'm using: Ant 1.6 & jdk1.6.0_01 & red5-0.6rc3:

H:\Red5>ant server
Buildfile: build.xml
     [echo] java.home is C:\Arquivos de programas\Java\jdk1.6.0_01\jre and the 
target version is 1.6

- clip -



_______________________________________________
Red5 mailing list
[EMAIL PROTECTED]
http://osflash.org/mailman/listinfo/red5_osflash.org






__________________________________________________
Fale com seus amigos  de graça com o novo Yahoo! Messenger 
http://br.messenger.yahoo.com/ 
_______________________________________________
Red5 mailing list
[EMAIL PROTECTED]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to