Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

configure-hand.html 536B

123456789101112131415161718192021
  1. <html>
  2. <head>
  3. <title>configure</title>
  4. </head>
  5. <body>
  6. <p>The installer cannot find the path to your Java home (J2SE 1.3 or greater).
  7. Please try to find this directory on your path now. It will probably look
  8. something like <code>jdk1.3.1</code>. If you can't find this
  9. directory now, you may continue with the install, but you will have
  10. to either edit your launch scripts by hand or to set the JAVA_HOME
  11. environment variable to point to the right location.
  12. </p>
  13. <p>Press <b>Next</b> when ready to continue.</p>
  14. </body>
  15. </html>