1. See the installation for emacs for windows -- specifically the instruction on setting up the .emacs file.
  2. This also works best if you have installed Cygwin.
  3. Install the emacs Java Development environment (JDE)
    1. Install ispell if there is a lot of disk space, see http://fmg-www.cs.ucla.edu/fmg-members/geoff/ispell.html. Read the documentation, you'll probably have to modify the .emacs file.
    2. Install JDE: see http://sunsite.auc.dk/jde/ 
      1. Select zipped format
      2. Download and extract into D:\GNU Utilities\jde
      3. Add this to the .emacs file Add this to the end of the .emacs file: 
        (setq load-path 
        (nconc
        '("d:/GNU Utilities/jde/jde-2.1.5")
        load-path))
        (require 'jde)

 

 

 

Send mail to webmaster@SIGNITEK.com with questions or comments about this web site.