/www/branches/dev/nimbus/htdocs/windows.javainstall.text

# · Plain Text · 45 lines · 34 code · 11 blank · 0 comment · 0 complexity · 6512c8da88c96bd0c262479860454657 MD5 · raw file

  1. <!-- begin windows.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
  4. Windows,
  5. see the <a href="index.php?page=compatibility">compatibility</a> page.</p>
  6. <p>To install jEdit, simply double-click on the JAR file you downloaded;
  7. the installer should start automatically.</p>
  8. <p>If it doesn't start, then you will need to open an MS-DOS prompt
  9. (<b>Start</b>-&gt;<b>Programs</b>-&gt;<b>MS-DOS Prompt</b>) and
  10. enter the following commands:</p>
  11. <pre>cd <i>directory where you downloaded the JAR file</i>
  12. java -jar <i>filename</i>.jar</pre>
  13. <p>For example, if you downloaded <code>jedit40install.jar</code>
  14. into <code>C:\Downloads</code>,
  15. you would enter:</p>
  16. <pre>cd C:\Downloads
  17. java -jar jedit41install.jar</pre>
  18. <p>If for whatever reason
  19. you want to start the installer in text-only mode, specify
  20. <code>text</code> as the last parameter on the command line. In text only mode,
  21. the installer will not display it's GUI, and instead it will ask
  22. questions in the MS-DOS prompt.</p>
  23. <p>Note that some Java versions for Windows have a bug where a JAR file whose
  24. full path names contains a bang (!) will not run. If you get an error like
  25. the following, try moving the installer JAR to a directory whose name does
  26. not contain the bang:</p>
  27. <pre>Exception in thread &quot;main&quot; java.lang.NullPointerException
  28. at java.io.Reader.&lt;init&gt;(Unknown Source)
  29. at java.io.InputStreamReader.&lt;init&gt;(Unknown Source)
  30. at java.util.Properties.load(Unknown Source)
  31. at installer.Install.&lt;init&gt;(Unknown Source)
  32. at installer.SwingInstall.&lt;init&gt;(Unknown Source)
  33. at installer.Install.main(Unknown Source)</pre>
  34. <!-- end windows.javainstall.text -->