How do I go about setting my classpath variables to include all needed jars? What are the needed jars?
Sorry, I do not work with Linux except on seldom occasions when I need to install an application on our server. Thanks again, Aaron On 1/17/07, Renaun Erickson <[EMAIL PROTECTED]> wrote: > > The ant files are not found in your classpath. Set your CLASSPATH > environmental variable to include all the needed jars... be it for Red5, > Java, or Ant. > > Renaun > http://renaun.com > > Aaron Roberson wrote: > Here is what I have done: > > I removed some files from /usr/ and freed up some space (with help > from the techs at my aventurehost.com). I moved jdk1.6.0 which I > unpacked to /usr/java/jdk1.6.0 > > I set the enviroment variables to: > JAVA_HOME=/usr/java/jdk1.6.0 > and > export JAVA_HOME='/usr/java/jdk1.6.0′ > > I installed ant to /usr/local/ant > > I installed red5 to /home/apps/red5-0.6rc1 > > Now when I navigate to /home/apps/red5-0.6rc1 and execute > /usr/ant/bin/ant I get an exception error. Here is the exception: > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/tools/ant/launch/Launcher > > Once I get this error figured out all I have to do is run ./red5.sh & > and netstat -ant and I am done. I am right on the brink of getting > this all sorted out. > > Any ideas? > > Thanks so much for helping me get this far! > > -Aaron > > > On 1/17/07, Jake Hilton <[EMAIL PROTECTED]> wrote: > > > You could put the jdk anywhere you want and just point the java variable to > that location. > > Jake > > _______________________________________________ > 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 > > > _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
