Hi,

On 11/8/06, Sandeep Chayapathi <[EMAIL PROTECTED]> wrote:
Hi all,

  Im using Inline::Java to use a few javax.jms.* classes. Im able to use
the classes, if I put them in the STUDY list. Is it possible to just set
AUTOSTUDY and CLASSPATH, to let Inline::Java figure out the class names ?

The way AUTOSTUDY work is it learns about classes automatically when
objects are returned to Perl from method calls. That means that you
have to STUDY at least
your starting class and any other class that you use directly.

For example, if you have a method that returns a HashMap, then AUTOSTUDY will
bind the HashMap for you automatically. But if you want to start your
program by defining
a HashMap, you must STUDY it explicitely.

Patrich

Patrick




- Sandeep

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/



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

Reply via email to