Subj : Loading compiled classes To : netscape.public.mozilla.jseng From : tag Date : Mon Oct 10 2005 12:05 pm I'm having some trouble constructing an example of loading a compiled scriptable class generated by rhino's jsc. If someone could provide an example of this, I have the following: A class name in form of a string. And wish to do the following: Load the generated class file and invoke a property of the type function of an object in the outer most scope. If the later is not possible, then I wish to invoke a function of a specific name (however I'd prefer the prior). The rationale, I'm building a Rhino Provider for Axis as per an article I read on ibm.com, however in this example they compiled a string with rhino and then invoked the subroutine. I wish to load generated class files, instead. Thanks, Scott S. McCoy .