jtelnet - version 1.0

---

Place the file jtelnet.el somewhere within your load path (and
optionally Byte Compile it). You will need to add some lines to your
~/.emacs .  The relevant code follows;

I installed the Sun JDK (1.1.3) in d:/lib/jdk1.1.3 and placed
the jtelnet.class files in d:/usr/lib/classes.

This should be set to the FULL path to the java interpreter.
	(setq jtelnet-java-path "d:/lib/jdk1.1.3/bin/java.exe")

This should be set to the argument java excepts will tell it
what classpath to use.  The Sun JDK uses -classpath and the Sun
JRE uses -cp.
	(setq jtelnet-class-arg "-classpath")

This should be set to your $CLASSPATH enviorment variable and
additionaly to the directory you installed the jtelnet.class
files (If they not already visible in your $CLASSPATH). Note
the semi-collen.
	(setq jtelnet-class-path
	  "d:/lib/jdk1.1.3/lib/classes.zipd:/usr/lib/classes")

(require 'jtelnet)

---
There is more detailed documentation at 

	http://www.watchit.com/~iganza/jtelnet.html

-Ivan Ganza
(iganza@watchit.com)
