Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Req Help for "warning: sun.misc.SignalHandler is Sun proprietary API "

807588Apr 27 2009 — edited Apr 27 2009
Hi All,

I am getting the below exception when i am building the class. Please guide me and please provide any alternate solution for this.

[javac] main\SignalHandler.java:35: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release
[javac] implements sun.misc.SignalHandler
[javac] ^
[javac] main\SignalHandler.java:69: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javac] public void handle( final sun.misc.Signal signal )
[javac] ^
[javac] auditlog\core\AuditLogFileWriter.java:26: warning: com.sun.org.apache.xalan.internal.xsltc.runtime.Hashtable is Sun proprietary API and may be removed in a future release
[javac] public static Hashtable writingStatus=new Hashtable();
[javac] ^
[javac] ftpcommon\ftp\PasswordEnDecrypt.java:156: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
[javac] return new sun.misc.BASE64Encoder().encode(enc);
[javac] ^
[javac] ftpcommon\ftp\PasswordEnDecrypt.java:182: warning: sun.misc.BASE64Decoder is Sun proprietary API and may be removed in a future release
[javac] byte[] dec = new sun.misc.BASE64Decoder().decodeBuffer(str);
[javac] ^
[javac] ftpcommon\main\SignalHandler.java:57: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javac] sun.misc.Signal.handle( new sun.misc.Signal(signalName), this );
[javac] ^
[javac] main\SignalHandler.java:57: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release
[javac] sun.misc.Signal.handle( new sun.misc.Signal(signalName), this );

Thanks & Regards,
Rajeshwar

Edited by: Rajeshwar_Java on Apr 27, 2009 5:31 AM

Edited by: Rajeshwar_Java on Apr 27, 2009 5:32 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 25 2009
Added on Apr 27 2009
2 comments
1,103 views