> A$B is the "real" name of the inner class, and should work.

Okay, looks like the real problem was with importing classes:

  engine.importPackage(Taxon.Rank.class.getPackage().getName());

doesn't seem to import any nested classes, but explicitly doing the
following does:

  engine.importClass(Taxon.Rank.class.getName());

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