*** XEmacs Java bridge *** * What is it? This package uses JNI to create a JVM within the XEmacs process; allow XEmacs Lisp to access Java VM. * Installation (0) You will need XEmacs 21.2 (beta37) and J2SE version 1.3 or later to compile (check out http://java.sun.com/j2se/1.3/). (1) Edit Makefile and just type make. You will see the loadable module `java.ell'. (locate it in site-module-directory if you want) (3) Start XEmacs and type M-x load-module java.ell. * Known bugs - No way to call back to Lisp functions.