Hi iam also not that famialiar with java but will try to help you

Robin Bultot (Woedend!) schrieb:
> 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
>   
thishere means that you are compiling a class that uses something from 
the mina core which is includet as jar into the lib folder in the red5 
source
if you would like to compile a web-application using or depending on 
other classes methods you need to have those includet your package and 
imported
in your source aswell.

if u watched the videos on flashextension.com its like this red5.jar 
that u need to have in your package ;)

me as also a beginner watched the videos on flashextensions.com just to 
understand the dependency of classes,imlpemtations into packages and the 
first
lessons on how to use eclipse, after i did updatet red5 twice i deceided 
to get the whole source from svn and build it from source.

when u had a first run i would say try this way also.

>     log cannot be resolved
>     log cannot be resolved
>     log cannot be resolved
>     log cannot be resolved
>     ContextSingletonBeanFactoryLocator cannot be resolved
>   
Beanfactory, sound like a missing spring framework
>     log cannot be resolved
>   

this "log" means you need the log4j-apache dependent jars inside yes
>     at org.red5.server.Standalone.main(Standalone.java:66)
>
>   
but i dont know why it is missing at this place, how do you build your 
webapplication?
> It seems that I need the org.apache package.. Where to get it?
>   
red5Folder/lib
> It would help a lot if there was a tutorial for not-java-developers 
> explaining how to create and publish an application for red5.
>
>   
there are several, iam more flash developer but found the videos on 
flashexntensions gave me a first hand how to just use java and eclipse
for further informations about some functions you should visite joachim 
bauchs site there is a migration guide an a frst application guide
for dedicated java questions iam reading e-books and picking snippets 
from java almanagh site

one last word , keep in mind that iam also a javabeginner :D may other 
can give you more detailed informations.


Greetz Sascha

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

Reply via email to