Hello,

Ok managed to update from 0.3 to 0.5(rc1) using Ant to build - man a  
lot has changed and I have forgotten a lot

Just trying to move my files into the right places but most things  
seem to work without too much hassle.

A few things that happened to me on the way - when I tried to built  
with Ant I found I had to change the build.xml file

changing all
executable="${java.home}/../bin/javac"
to
executable="${java.home}/bin/javac"

My JAR file was built and with it inside my red5 folder I can run ./ 
red5.sh and all starts ok and this is what I am now running :)  just  
trying to update my FFMPEG red5 app.

I got an similar error to below only when running as a OS X bundled  
app which I made from the JAR - but I may be able to fix that....

So here is a link to my compiled JAR file - should work if you put it  
in the folder of red5 you download (0.5 rc1)
http://meanwhile.luton.ac.uk/dav/red5.jar.zip
was built on Mac OS 10.4.7  , Java 1.5.0 , using Ant 1.6.5

Adam
---------------------------------------------------
http://meanwhile.luton.ac.uk
http://meanwhile.luton.ac.uk/meanwiki
---------------------------------------------------

On 21 Jul 2006, at 04:53, seth hillinger wrote:

> Hey Adam,
>
> once you ant compile the red5.jar successfully, run the red5.sh shell
> script.
>
> I'm catching this error: Exception in thread "main"
> java.lang.NoClassDefFoundError: org/red5/server/Standalone when
> trying to run red5.sh from terminal
>
> but it works when I run the shell from within Xcode.
>
> Seth
>
> On Jul 20, 2006, at 7:24 PM, Michael Klishin wrote:
>
>> Adam Procter wrote:
>>> Can anyone post the route they took to get red 5 v0.5(rc1)  
>>> running on
>>> the mac
>>> my current way does not seem to work at all
>>
>> Adam,
>>
>> You need to build Red5 with Ant (ant.apache.org/).
>> Download and unpack Ant then run console and navigate to folder where
>> you have your red5 copy unpacked then type [path_to_ant] and run it.
>>
>> Or you can set an environment variable ANT_HOME to point to your Ant
>> location and just use ant anywhere in the system.
>>
>> -- 
>> Michael "Antares" Klishin,
>>
>> http://www.novemberain.com |  mailto:[EMAIL PROTECTED]
>>
>> _______________________________________________
>> 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


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

Reply via email to