Hi, I'm using Inline::Java and getting an error I can't quite pin down. It doesn't help that I'm still a Java weakling, because it means I don't quite know how/where to trace things.
The error I'm getting is: main::java::lang::NoClassDefFoundError=HASH(0xa594ec) How can I tell which class isn't found? Any magical Java tricks? I think the class is in an external library I'm calling. Adding DEBUG=>1 doesn't shed much light in this case. -Ken