--- old/src/java.desktop/share/classes/sun/applet/Main.java 2016-11-17 20:02:24.000000000 +0300 +++ new/src/java.desktop/share/classes/sun/applet/Main.java 2016-11-17 20:02:24.000000000 +0300 @@ -39,7 +39,12 @@ /** * The main entry point into AppletViewer. + * + * @deprecated The Applet API is deprecated. See the + * java.applet package + * documentation for further information. */ +@Deprecated(since = "9") public class Main { /** * The file which contains all of the AppletViewer specific properties.