On Sat, Sep 03, 2005 at 10:31:08AM -0400, Patrick LeBoutillier wrote:
> Tim,
>
> On 9/2/05, Tim Bunce <[EMAIL PROTECTED]> wrote:
>
> > without the cast() is says:
> >
> > main::java::util::Vector::1=HASH(0x194b834) at test.pl line 21.
> > You are not allowed to invoke method hasMoreElements in class
> > java.util.Vector$1: null at (eval 14) line 76
> > at test.pl line 22
>
> Seems you have stumbled onto a special case that Inline::Java does not
> handle correctly.
This might be another one... how to I translate
Class.forName(...).newInstance();
into Perl using Inline::Java?
Attempting to study the class Class yields:
Class Class not found at
/home/value/apps/site_perl/darwin-thread-multi-2level/Inline/Java.pm
Any suggestions?
Tim.