PageRenderTime 41ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/www/trunk/htdocs/unix.javainstall.text

#
Plain Text | 30 lines | 21 code | 9 blank | 0 comment | 0 complexity | 7f8eb83eeb81eb66cbe4f42a5a6e65ce 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 unix.javainstall.text -->
  2. <!-- for jEdit: :mode=html:indentSize=2:tabSize=2:noTabs=true: -->
  3. <p>To find out which Java virtual machine is best for your Unix flavor,
  4. see the <a href="index.php?page=compatibility">compatibility</a> page.<p>
  5. <p>To install jEdit, enter the following in a command line window
  6. (<b>xterm</b>, <b>konsole</b>, etc):</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>jedit41install.jar</code>
  10. into <code>~/Downloads</code>,
  11. you would enter:</p>
  12. <pre>cd Downloads
  13. java -jar jedit41install.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 in the command line window.</p>
  19. <p>Once jEdit is installed, run the <code>jedit</code> command to start
  20. jEdit.</p>
  21. <!-- end unix.javainstall.text -->