hi, Juste do that : updatedb locate red5.jar and put the real path of the red5.jar in you javac command.
Regards ----- Original Message ----- From: "Pham Ngoc Hai" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, June 25, 2007 10:58 AM Subject: [Red5] package org.red5.server.adapter does not exist > Hi, I follow the guide here: > http://www.joachim-bauch.de/tutorials/red5/HOWTO-NewApplications.txt > But when I compile my application I get: > > javac -classpath ../../../../red5.jar -d . Application.java > Application.java:3: package org.red5.server.adapter does > not exist > import org.red5.server.adapter.ApplicationAdapter; > ^ > Application.java:5: cannot find symbol > symbol: class ApplicationAdapter > public class Application extends ApplicationAdapter { > ^ > Application.java:8: cannot find symbol > symbol : method getName() > location: class org.red5.server.webapp.myApp.Application > log.debug("test called on: "+getName()); return > val + val; > ^ > Application.java:8: cannot find symbol > symbol : variable log > location: class org.red5.server.webapp.myApp.Application > log.debug("test called on: "+getName()); return > val + val; > ^ > 4 errors > > I have ubuntu 7.04, sun-java5-jdk. Red5 is install in > /usr/lib/red5 > Please help, Thanks. > > > > > ____________________________________________________________________________________ > Park yourself in front of a world of choices in alternative vehicles. > Visit the Yahoo! Auto Green Center. > http://autos.yahoo.com/green_center/ > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
