I have been working to get Red5 running for three full days. The first
day watched all of the videos as flashextensions.com. The second day I
set up Red5 on my Windows XP box, Today I have been working to get it
set up on my linux box and I can't seem to get past running ant.

I uninstalled my old version of Java and reinstalled Java 1.6
I installed ant
I set up classpaths and environment variables (are they the same thing...?)
I downloaded, installed and reinstalled red5 three times. The last
time using SVN.


With all this I have finally gotten everything in place, but when I
run ant (as described at http://osflash.org/red5/suse) I keep getting
five errors and BUILD FAILED.

Before downloading using SVN when I would run ant nothing would
compile at all. Now everything compiles all the way through the
webapps samples but then stops and gives me the following:

[javac] Compiling 1 source file to
/home/apps/red5/webapps/tutorial/WEB-INF/classes
   [javac] Compiling 8 source files to /home/apps/red5/bin
   [javac] 
/home/apps/red5/src/org/red5/server/script/rhino/RhinoScriptUtils.java:83:
cannot find symbol
   [javac] symbol  : method createNamespace()
   [javac] location: interface javax.script.ScriptEngine
   [javac]             Namespace nameSpace = engine.createNamespace();
   [javac]                                         ^
   [javac] 
/home/apps/red5/src/org/red5/server/script/rhino/RhinoScriptUtils.java:89:
cannot find symbol
   [javac] symbol  : method setNamespace(javax.script.Namespace,int)
   [javac] location: interface javax.script.ScriptEngine
   [javac]                     engine.setNamespace(nameSpace,
ScriptContext.ENGINE_SCOPE);
   [javac]                           ^
   [javac] 
/home/apps/red5/src/org/red5/server/script/rhino/RhinoScriptUtils.java:109:
cannot find symbol
   [javac] symbol  : method eval(javax.script.Namespace)
   [javac] location: class javax.script.CompiledScript
   [javac]             Object o = script.eval(nameSpace);
   [javac]                              ^
   [javac] 
/home/apps/red5/src/org/red5/server/script/rhino/RhinoScriptUtils.java:191:
cannot find symbol
   [javac] symbol  : method call(java.lang.String,java.lang.Object[])
   [javac] location: interface javax.script.Invocable
   [javac]                                     o = invocable.call(name, args);
   [javac]                                                  ^
   [javac] 
/home/apps/red5/src/org/red5/server/script/rhino/RhinoScriptUtils.java:197:
cannot find symbol
   [javac] symbol  : method
call(java.lang.String,java.lang.Object,java.lang.Object[])
   [javac] location: interface javax.script.Invocable
   [javac]                                     o =
invocable.call(name, instance, args);
   [javac]                                                  ^
   [javac] 5 errors

BUILD FAILED
/home/apps/red5/build.xml:237: Compile failed; see the compiler error
output for details.

Just for kicks I tried running red5 anyways using ./red5.sh & but I
get the following:
-bash: ./red5.sh: Permission denied

What figures? Is there anything left I can do? Is there anyone that can help?

Please help, I am really growing discouraged.

Thank you,
Aaron

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

Reply via email to