pjs/js/jsdj/classes/com/netscape/nativejsengine
dmose%mozilla.org 7a91d8fab2 updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
..
IErrorSink.java updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
IPrintSink.java updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
JSContext.java updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
JSRuntime.java updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
README

README

/* jband - 09/14/98 -  */

com.netscape.nativejsengine is a package which allows starting and running the
native JavaScript engine from a Java application. It is very bare-bones --
intended ony to support testing. It supports starting the engine (with optional
debugger support), setting the version, sending rping output to the Java app,
and loading/executing .js files. The native code to complete this package lives
in js/jsd/javawrap.