Tim,

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

That's pretty much what Inline::Java does for you in the background
when you study a class and call myclass->new(). Can you provide a
small example of what you are trying to achieve?

> 
> Attempting to study the class Class yields:
> 
>         Class Class not found at 
> /home/value/apps/site_perl/darwin-thread-multi-2level/Inline/Java.pm

I've never tried that, but it's quite possible the the Class class is
not a normal class.

> 
> Any suggestions?

Cheers,

Patrick

-- 
=====================
Patrick LeBoutillier
Laval, Québec, Canada

Reply via email to