PageRenderTime 37ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 0ms

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

#
HTML | 33 lines | 19 code | 11 blank | 3 comment | 0 complexity | 444b434a48305deff5bfc46d5e91dc6e 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 mac.javainstall.text -->
  2. <!-- for jEdit: :indentSize=2:tabSize=2:noTabs=true: -->
  3. <p>To start the java installer for jEdit, enter the following
  4. in Terminal:</p>
  5. <pre>cd <i>directory where you downloaded the JAR file</i>
  6. java -jar <i>filename.jar</i></pre>
  7. <p>For example, if you downloaded jedit40install.jar into
  8. <tt>~/Documents</tt>, you would enter:</p>
  9. <pre>cd ~/Documents
  10. java -jar jedit40install.jar</pre>
  11. <p>If for whatever reason you want to start the installer in
  12. text-only mode, specify <tt>text</tt> as the last parameter on the
  13. command line. In text only mode, the installer will not
  14. display it's GUI, and instead it will ask questions in the
  15. terminal window.</p>
  16. <p>Once jEdit is installed, type the following in
  17. Terminal to start jEdit:</p>
  18. <pre>java -jar /<i>where you installed jEdit</i>/jedit.jar</pre>
  19. <p>For example, if you installed jEdit in <tt>/Applications/jEdit</tt>,
  20. you would enter:</p>
  21. <pre>java -jar /Applications/jEdit/jedit.jar</pre>
  22. <!-- end mac.javainstall.text -->