Hi everybody! I'm trying to install OM 3.0.0 on a Ubuntu 12.04 server, with Java 6 just recently installed through install oracle-java6-installer. I'd like to perform the 3 steps installation: I unzip the .zip dile on a OPT folder, but as I sudo red5.sh I got the following error:
Starting Red5 Exception in thread "main" java.lang.NoClassDefFoundError: org/red5/server/Bootstrap Caused by: java.lang.ClassNotFoundException: org.red5.server.Bootstrap at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) Could not find the main class: org.red5.server.Bootstrap. Program will exit. Adding -x to the script doesn't highlight anything suspicious. Any good tip for me? Cheers!
