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