PageRenderTime 47ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/os2.javainstall.html

#
HTML | 30 lines | 18 code | 9 blank | 3 comment | 0 complexity | 526b225d3dc4be330bc699e0204ecdfe MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. <!-- begin os2.javainstall.text -->
  2. <!-- for jEdit: :mode=php:indentSize=2:tabSize=2:noTabs=true: -->
  3. <p>To find out which Java virtual machine is best for running jEdit on OS/2,
  4. see the <a href="index.php?page=compatibility">compatibility</a> page.</p>
  5. <p>To install jEdit, open a command prompt and
  6. enter the following commands:</p>
  7. <pre>cd <i>directory where you downloaded the JAR file</i>
  8. java -jar <i>filename</i>.jar</pre>
  9. <p>For example, if you downloaded <code>jedit40install.jar</code>
  10. into <code>C:\Downloads</code>,
  11. you would enter:</p>
  12. <pre>cd C:\Downloads
  13. java -jar jedit40install.jar</pre>
  14. <p>If for whatever reason
  15. you want to start the installer in text-only mode, specify
  16. <code>text</code> as the last parameter on the command line. In text only mode,
  17. the installer will not display it's GUI, and instead it will ask
  18. questions from the command prompt.</p>
  19. <p>To start jEdit, run the <code>jedit.cmd</code> script, which will be
  20. installed in the same directory as jEdit.</p>
  21. <!-- end os2.javainstall.text -->