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