Re: resolving java datatypes

2011-05-09 Thread Patrick LeBoutillier
Hi, On Mon, May 9, 2011 at 5:52 PM, Giridhar Jayavelu wrote: > Hi, > I'm experimenting Inline::Java package in perl. I'm able to create objects > of Java class and call methods in it. > But when a method returns a value whose datatype is defined in java, then > I'm not sure how to resolve to it t

resolving java datatypes

2011-05-09 Thread Giridhar Jayavelu
Hi, I'm experimenting Inline::Java package in perl. I'm able to create objects of Java class and call methods in it. But when a method returns a value whose datatype is defined in java, then I'm not sure how to resolve to it to perl hash or to any datatype in perl. It gets complicated when the attr