|
This is really wierd, im still trying to debug this, when i loaded it
in eclipse i got an error here in ScriptEngineTest.java jdEngine.eval(". \"Judoscript - Hello World\';'"); <-- requires double quote on the end // Judoscript @Test public void testJudoscriptHelloWorld() { ScriptEngine jdEngine = mgr.getEngineByName("judo"); try { jdEngine.eval(". \"Judoscript - Hello World\';'"); } catch (Exception ex) { //ex.printStackTrace(); assertFalse(true); } } I also get these errors popping up org.eclipse.core.runtime.CoreException: Unable to access archive /red5_server/D:/dev/shared/jetty-6.0.1/modules/jetty/src/main/java Dan Rossi wrote: Hi im running osx and it seems red5 is stripping the first forward slash from the path when trying to load the red5-default file, this is after i ran an update. |
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
