If I have a nested class, say:

  public class A
  {
    public static class B { }
  }

How do I get Jess to recognize it instead of throwing
ClassNotFoundExceptions? The following approaches don't seem to work:

  (new A.B)
  (new A$B)
  (new "A.B")

--
Eric Jain

--------------------------------------------------------------------
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]
--------------------------------------------------------------------

Reply via email to