I think Lakshmi Vempati wrote: > > > Is it possible to defclass a java public inner class?
Yes. The "real" name of an inner class, the name Java uses internally, includes a "$" character instead of a "." character; i.e., a class in Java called "foo.bar.Outer.Inner" is really named "foo.bar.Outer$Inner". You have to use this form of the name in Jess. > > Thanks, > Lakshmi Vempati > --------------------------------------------------------- Ernest Friedman-Hill Distributed Systems Research Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 Org. 8920, MS 9012 [EMAIL PROTECTED] PO Box 969 http://herzberg.ca.sandia.gov Livermore, CA 94550 -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] --------------------------------------------------------------------
