Importing XEmacs to Java bridge.
[elisp/xemacs-java.git] / README
1 *** XEmacs Java bridge ***
2
3 * What is it?
4
5 This package uses JNI to create a JVM within the XEmacs process;
6 allow XEmacs Lisp to access Java VM.
7
8 * Installation
9
10 (0) You will need XEmacs 21.2 (beta37) and J2SE version 1.3 or later
11 to compile (check out http://java.sun.com/j2se/1.3/).
12
13 (1) Edit Makefile and just type make.  You will see the loadable
14 module `java.ell'. (locate it in site-module-directory if you want)
15
16 (3) Start XEmacs and type M-x load-module java.ell.
17
18 * Known bugs
19
20 - No way to call back to Lisp functions.