Welcome.html 955 B

12345678910111213141516171819202122232425262728
  1. <html>
  2. <head>
  3. <title>
  4. Welcome to the Java(TM) Platform
  5. </title>
  6. </head>
  7. <body>
  8. <h2>Welcome to the Java<SUP><FONT SIZE=-2>TM</FONT></SUP> Platform</h2>
  9. <p> Welcome to the Java<SUP><FONT SIZE=-2>TM</FONT></SUP> Standard Edition Runtime
  10. Environment. This provides complete runtime support for Java applications.
  11. <p> The runtime environment includes the Java<SUP><FONT SIZE=-2>TM</FONT></SUP>
  12. Plug-in product which supports the Java environment inside web browsers.
  13. <h3>References</h3>
  14. <p>
  15. See the <a href="http://download.oracle.com/javase/7/docs/technotes/guides/plugin/">Java Plug-in</a> product
  16. documentation for more information on using the Java Plug-in product.
  17. <p> See the <a href=
  18. "http://www.oracle.com/technetwork/java/javase/overview/"
  19. >Java Platform</a> web site for
  20. more information on the Java Platform.
  21. <hr>
  22. <font size="-2">
  23. Copyright (c) 2006, 2018, Oracle and/or its affiliates. All rights reserved.
  24. </font>
  25. <p>
  26. </body>
  27. </html>