Humm.  Just a thought, but I don't think we use "make" to build Red5.  Try
two things: 1) in the build.properties file, change the line for the Java
target version to:

        java.target_version=1.6

If it isn't set at 1.6 already (yours may be 1.5 and since you've got JDK
1.6, might as well use that.)

And then 2) build the server by typing "ant" ... it should crank along for
about thirty seconds to a minute and a half and end with a successful
build.

Finally 3) start the server by typing red5.sh & and have a go at it.

When you get stuck at any point, write back, off list if you prefer.  :)

Nate


On Wed, 4 Apr 2007, Nigel Horne wrote:

> I can't get Red5 to compile. When I type "make" I get:
> 
> [EMAIL PROTECTED] red5-0.6rc2]$ make
> ant dist
> Exception in thread "main" java.lang.NoClassDefFoundError: 
> org/apache/tools/ant/launch/Launcher
> make: *** [red5] Error 1
> 
> This is using 0.6RC2 with JDK1.6 on a Linux machine.
> 
> -Nigel


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

Reply via email to