Im getting these warnings when running ant, could this be the problem 
with running red5 in java6 ? Ive still yet to check if we have the 
disconnection issue


compile_core:
    [javac] Compiling 375 source files to D:\Red5\bin
    [javac] D:\Red5\src\org\red5\io\utils\HexDump.java:24: warning: 
sun.misc.Hex
DumpEncoder is Sun proprietary API and may be removed in a future release
    [javac] import sun.misc.HexDumpEncoder;
    [javac]                ^
    [javac] D:\Red5\src\org\red5\server\net\udp\BasicHandler.java:16: 
warning: s
un.misc.HexDumpEncoder is Sun proprietary API and may be removed in a 
future rel
ease
    [javac] import sun.misc.HexDumpEncoder;
    [javac]                ^
    [javac] D:\Red5\src\org\red5\server\net\udp\BasicHandler.java:60: 
warning: s
un.misc.HexDumpEncoder is Sun proprietary API and may be removed in a 
future rel
ease
    [javac]     static final HexDumpEncoder dumper = new HexDumpEncoder();
    [javac]                  ^
    [javac] D:\Red5\src\org\red5\io\utils\HexDump.java:47: warning: 
sun.misc.Hex
DumpEncoder is Sun proprietary API and may be removed in a future release
    [javac]             HexDumpEncoder hde = new HexDumpEncoder();
    [javac]             ^
    [javac] D:\Red5\src\org\red5\io\utils\HexDump.java:47: warning: 
sun.misc.Hex
DumpEncoder is Sun proprietary API and may be removed in a future release
    [javac]             HexDumpEncoder hde = new HexDumpEncoder();
    [javac]                                      ^
    [javac] D:\Red5\src\org\red5\server\net\udp\BasicHandler.java:60: 
warning: s
un.misc.HexDumpEncoder is Sun proprietary API and may be removed in a 
future rel
ease
    [javac]     static final HexDumpEncoder dumper = new HexDumpEncoder();
    [javac]                                              ^
    [javac] Note: D:\Red5\src\org\red5\server\JettyLoader.java uses or 
overrides
 a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 6 warnings
     [echo] java.home is C:\Program Files (x86)\Java\jdk1.6.0\jre and 
the target
 version is 1.6

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

Reply via email to