Sascha wrote: > 1) > does it belong to the way how i build application (by putting the > red5.jar inside my project) or > is that common in java that some classes are missing(eclipse keep > teeling me) eg. > > org.SpringFramework.core.io.supportResourcePatternResolver > and some log4j classes
Right click your project, find Java Build Path > Libraries and add Spring jars (don't choose, add 'em all) and apache commons for logging. The same for any extrnal libraries you're going to use. -- Michael "Antares" Klishin, novemberain.com | osflash.org/red5 | rubyonrails.ru | flex.org _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
