Xrefactory s.r.o.









Xrefactory C++: [ Main | XEmacs screenshots | Download | Order | HTML | Change Log ]
Xrefactory Java: [ Main | Emacs screenshots | jEdit screenshots | Download | Order | HTML | Change Log ]



Xrefactory Download Area


Distribution Editor Version
Xrefactory-i86pc-Linux Emacs, XEmacs 1.6.2
Xrefactory-i86pc-Linux jEdit 1.6.2
Xrefactory-i86pc-Windows Emacs, XEmacs 1.6.2
Xrefactory-i86pc-Windows jEdit 1.6.2
Xrefactory-i86pc-Solaris9 Emacs, XEmacs 1.6.2
Xrefactory-i86pc-Solaris9 jEdit 1.6.2
Xrefactory-g4-MacOSX Emacs, XEmacs 1.6.2
Xrefactory-g4-MacOSX jEdit 1.6.2


Older versions available:    1.5.10(Emacs 19)    1.6.0    1.6.1


Prerequisites

1. Editor
You need Emacs, XEmacs or jEdit installed on your computer. They are all free software. If you are not familiar with any of those editors, and you work with Java only, then we recommend you to start with jEdit. For beginners, it is easier to learn than Emacs.

JEdit for any platform can be downloaded from http://www.jedit.org.

Emacs for Unix/Linux systems can be found at ftp://ftp.gnu.org/pub/gnu/emacs GNU ftp site. Emacs for MS-Windows can be downloaded from ftp://ftp.gnu.org/gnu/windows/emacs. More info about Emacs for Windows can be found on http://www.gnu.org/software/emacs/windows/ntemacs.html . All Emacs packages required by Xrefactory are included in the standard Emacs distribution.

XEmacs for nearly all platforms can be downloaded from http://www.xemacs.org pages. Majority of Xrefactory functions will work with the default Xemacs installation. Installation of 'mail-lib' package is required to get javadoc browsing available and installation of 'xemacs-base' package is required to XEmacs IDE functions (compile, run, etc.).

2. JDK
For Java programming you will need Java Developers Kit (any version since 1.0) installed on your machine. It is free and can be downloaded from http://java.sun.com/j2se site.

Installation

  Installation for jEdit

  • Download Xrefactory distribution corresponding to your platform by clicking on the appropriate link from the table above. If your platform is not listed in the table (Sparc/Solaris, FreeBSD, Cygnus, ...), or you have some troubles, then select the 'xrefactory-any-platform' distribution containing the newest source based portable version. To finish the installation follow one of the next two points:

  • Installing xrefactory-any-platform distribution on a Unix like pltaform:
    • Decompress the file with "gunzip xref-xxx.tar.gz" command and then de-tar it with "tar xfv xref-xxx.tar" command.
    • To finish the installation, go to the created directory and type:
      sh ./xrefsetup
      
  • Installing a binary distribution:
    • Unpack the distribution in the jars subdirectory of your jedit installation and restart jEdit.

  Installation for Emacs and XEmacs

  • Download Xrefactory distribution corresponding to your platform by clicking on the appropriate link from the table above. If your platform is not listed in the table (Sparc/Solaris, FreeBSD, Cygnus, ...), or you have some troubles, then select the 'xrefactory-any-platform' distribution containing the newest source based portable version. To finish the installation follow one of the next two points:

  • On Unix systems:
    • Decompress the file with "gunzip xref-xxx.tar.gz" command and then de-tar it with "tar xfv xref-xxx.tar" command.
    • To finish the installation, go to the created directory and type:
      sh ./xrefsetup
      
  • On MS-Windows: Download the xref-i86pcWindows distribution and unzip it into a folder (say DIR). Then insert following lines at the end of your .emacs configuration file:
    (setq load-path (cons "DIR/xref/emacs" load-path))
    (setq exec-path (cons "DIR/xref" exec-path))
    (load "xrefactory")
    
    (do not forget to replace DIR by the actual name of the folder where you have unzipped Xrefactory).



You are supposed to purchase a license when using Xrefactory beyond 15 days evaluation period! Downloading Xrefactory you agree with terms of our license agreement conditions.