Welcome.html 1.1 KB

123456789101112131415161718192021222324252627
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>
  5. Welcome to Zulu, the open Java(TM) platform from Azul Systems.
  6. </title>
  7. </head>
  8. <body>
  9. <h2>Welcome to Zulu, the open Java<sup><small>&trade;</small></sup>platform from Azul Systems<sup><small>&reg;</small></sup></h2>
  10. <p>The Zulu environment includes the Java&trade; runtime, compiler, and tools. It provides complete runtime support for Java applications.
  11. <h3>Reference Documentation</h3>
  12. <p>See the <a href="http://docs.azul.com/zulu/zuludocs/">Zulu user documentation</a> for more information on Zulu installation, operation, and troubleshooting.
  13. <p>See the <a href="http://docs.azul.com/zulu/zulurelnotes/">Release Notes</a> for release details on Zulu versions and system requirements.
  14. <h3>Community</h3>
  15. <p>Visit the <a href="http://zulu.org/forum">Zulu community</a> site for recent discussions, news, and release notifications for Zulu.
  16. <hr>
  17. <small>
  18. Copyright &copy; 2014-2020 <a href="http://www.azul.com">Azul Systems</a>. All rights reserved.
  19. </small>
  20. <p>
  21. </body>
  22. </html>