Here's a minor suggestion: in order to get better debugging (like being able to dump structures of local variables in the current frame), jdb suggested that I recompile with the -g switch. It didn't work until I blew away the _Inline/ directory though, because Inline::Java kept using the older version of the .class files without the -g switch.
Thus I recommend that when EXTRA_JAVAC_ARGS changes, it force a recompile of any associated java code. -Ken -----Original Message----- From: Williams, Ken [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 11:47 AM I'all know if I find out something interesting from this, or have more wishes. =) Thanks for the help.