I'm trying to create my first webapp for red5. My knowledge about java 
is less than basic. I'm using Eclipse to build my app.
The problem is, when I want to compile my app. I get an error displayed 
that I'm missing some classes:

Exception in thread "main" java.lang.Error: Unresolved compilation 
problems:
    ByteBuffer cannot be resolved
    log cannot be resolved
    log cannot be resolved
    log cannot be resolved
    log cannot be resolved
    ContextSingletonBeanFactoryLocator cannot be resolved
    log cannot be resolved

    at org.red5.server.Standalone.main(Standalone.java:66)

It seems that I need the org.apache package.. Where to get it?
It would help a lot if there was a tutorial for not-java-developers 
explaining how to create and publish an application for red5.

Thanks

-- 
Robin Bultot


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

Reply via email to