Hello, 

i am following
http://www.joachim-bauch.de/tutorials/red5/HOWTO-NewApplications.txt/talkback/1155503247
example tutorial, since i am very new to java i'd like to ask for
solution to this problem :

code:lib javac -classpath ../../../../red5.jar -d . Application.java
----------
1. ERROR in Application.java (at line 6)
log.debug("test called on: "+getName()); return val + val;
^^^
The type org.slf4j.Logger cannot be resolved. It is
indirectly referenced from required .class files
----------
2. ERROR in Application.java (at line 6)
log.debug("test called on: "+getName()); return
val + val;
^^^^^
The method debug(String) is
undefined for the type Logger
----------
3. ERROR in Application.java (at
line 9)
return a + b;
^^^^^
The operator
+ is
undefined for
the argument
type(s)
java.lang.Double,
java.lang.Double
----------

i adjusted red5-web.properties, red5-web.xml, and web.xml, but compiling
Application.java stopped me. What is actualy org.slf4j.Logger ?

CtrlAltBack
-- 

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

Reply via email to