Subj : Re: External Dependencies? To : netscape.public.mozilla.jseng From : igor@icesoft.no (Igor Bukanov) Date : Fri Jan 10 2003 10:48 am "Nan Zhang" wrote in message news:... > Could anyone tell which external Java Packages/Classes > are used by the Rhino implementation? Rhino depends only on base JDK 1.1 classes. In few places it takes advantage of JDK >= 1.2 classes, but this is done via Java reflection so you can still compile under JDK 1.1. Regards, Igor .