I am attempting to install red5 on umbutu hardy and find that the sun-java
packages are not available anymore, just openJDK.
I get java installed but when running ant to install I get these errors.
[javac] Compiling 401 source files to /root/svn/red5/red5/bin
[javac] ----------
[javac] 1. ERROR in /root/svn/red5/red5/src/org/red5/server/Shutdown.java
(at line 9)
[javac] import javax.management.remote.JMXConnector;
[javac] ^^^^^^^^^^^^^^^^^^^^^^^
[javac] The import javax.management.remote cannot be resolved
[javac] ----------
[javac] 2. ERROR in /root/svn/red5/red5/src/org/red5/server/Shutdown.java
(at line 10)
[javac] import javax.management.remote.JMXConnectorFactory;
[javac] ^^^^^^^^^^^^^^^^^^^^^^^
[javac] The import javax.management.remote cannot be resolved
[javac] ----------
[javac] 3. ERROR in /root/svn/red5/red5/src/org/red5/server/Shutdown.java
(at line 11)
[javac] import javax.management.remote.JMXServiceURL;
[javac] ^^^^^^^^^^^^^^^^^^^^^^^
[javac] The import javax.management.remote cannot be resolved
[javac] ----------
[javac] 4. ERROR in /root/svn/red5/red5/src/org/red5/server/Shutdown.java
(at line 65)
[javac] JMXServiceURL url = null;
[javac] ^^^^^^^^^^^^^
[javac] JMXServiceURL cannot be resolved to a type
[javac] ----------
[javac] 5. ERROR in /root/svn/red5/red5/src/org/red5/server/Shutdown.java
(at line 66)
[javac] JMXConnector jmxc = null;
[javac] ^^^^^^^^^^^^
[javac] JMXConnector cannot be resolved to a type
[javac] ----------
[javac] 6. ERROR in /root/svn/red5/red5/src/org/red5/server/Shutdown.java
(at line 71)
[javac] url = new JMXServiceURL(
[javac] ^^^^^^^^^^^^^
[javac] JMXServiceURL cannot be resolved to a type
[javac] ----------
[javac] 7. ERROR in /root/svn/red5/red5/src/org/red5/server/Shutdown.java
(at line 76)
[javac] url = new JMXServiceURL("service:jmx:rmi:///jndi/rmi://:"
[javac] ^^^^^^^^^^^^^
[javac] JMXServiceURL cannot be resolved to a type
[javac] ----------
[javac] 8. ERROR in /root/svn/red5/red5/src/org/red5/server/Shutdown.java
(at line 86)
[javac] jmxc = JMXConnectorFactory.connect(url, env);
[javac] ^^^^^^^^^^^^^^^^^^^
[javac] JMXConnectorFactory cannot be resolved
[javac] ----------
[javac] 8 problems (8 errors)
BUILD FAILED
/root/svn/red5/red5/build.xml:236: The following error occurred while executing
this line:
/root/svn/red5/red5/build.xml:270: Compile failed; see the compiler error
output for details.
I have the jre, sdk installed - there is no java-package available.
java version "1.6.0_0"
OpenJDK Runtime Environment (build 1.6.0_0-b11)
OpenJDK 64-Bit Server VM (build 1.6.0_0-b11, mixed mode)
Any ideas? Thanks in advance.
Chris
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org