fur%netscape.com 1669c00013 Deleting obsolete contents of jsj directory
git-svn-id: svn://10.0.0.236/trunk@10864 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-24 00:32:24 +00:00
..

THE ENTIRE CONTENTS OF THIS DIRECTORY HAS BEEN DELETED.

Replacement code is in mozilla/js/src/liveconnect.

----------------------------------------------------------------------
This directory previously contained the implementation of LiveConnect,
which is the marketing term for the glue between Java and JavaScript
that allows each language implementation to access the methods and
fields of the other one.

This code relied heavily on unpublished APIs to Netscape's Java VM and
hence will not work with any other VM.  This code has been entirely
supplanted by the code in mozilla/js/src/liveconnect, that makes use
of the Java Native Interface (JNI), which is JavaSoft's de facto
standard way of communicating with a Java VM.  (The old code does not
use JNI because it predated the existence of the JNI.)