Results 1 to 1 of 1
Well, I managed to install red5, but when I try running it with ./red5.sh &
To keep it running after I close the session, I get a java error.
Code:
...
- 07-18-2009 #1Just Joined!
- Join Date
- Jul 2009
- Posts
- 1
Java Error after RED5 Installation
Well, I managed to install red5, but when I try running it with ./red5.sh &
To keep it running after I close the session, I get a java error.
I installed a new version of JDK (1.6.0_14) that didn't work either.Code:Exception in thread "main" java.lang.ClassFormatError: org.red5.server.Bootstrap (unrecognized class file version) at java.lang.VMClassLoader.defineClass(libgcj.so.7rh) at java.lang.ClassLoader.defineClass(libgcj.so.7rh) at java.security.SecureClassLoader.defineClass(libgcj.so.7rh) at java.net.URLClassLoader.findClass(libgcj.so.7rh) at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.7rh) at java.lang.ClassLoader.loadClass(libgcj.so.7rh) at java.lang.ClassLoader.loadClass(libgcj.so.7rh) at gnu.java.lang.MainThread.run(libgcj.so.7rh)
java -version
which java:Code:java version "1.4.2" gij (GNU libgcj) version 4.1.2 20080704 (Red Hat 4.1.2-44) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
/usr/bin/java
(Funny thing is thats not where my JDK is installed, it's at /usr/bin/java/jdk_1.6.0_14/)
I tried setting the path JAVA_HOME weird things happen :\ Then I think it just goes back to normal.
$JAVA_HOME
usr/java/jdk1.6.0_14/bin
Thats where it leads too.
Any help?


Reply With Quote
