Re: Inline:Java Study problem

2004-07-14 Thread nadim
On Thursday 15 July 2004 03:41, Patrick LeBoutillier wrote: > Hi, > > Inline::Java will put the classes into the current package. That means > the java.util.HashMap > code winds up in PDMLib::java::util::HashMap, not java::util::HashMap. > > Patrick But there is an option to name the package if I

Re: Inline:Java Study problem

2004-07-14 Thread Patrick LeBoutillier
Hi, Inline::Java will put the classes into the current package. That means the java.util.HashMap code winds up in PDMLib::java::util::HashMap, not java::util::HashMap. Patrick - Original Message - > Hi guys, > > I have problem with Inline:java study, please help. > > What I want to do

Inline:Java Study problem

2004-07-14 Thread PerlDiscuss - Perl Newsgroups and mailing lists
Hi guys, I have problem with Inline:java study, please help. What I want to do is that I have a java package, I want to instantiate object using one of the classes from the package directly from Perl. So I guess I can just use the "study" in inline:java. I am using Windows XP. I try it out with