From: <php...@li...> - 2012-07-15 12:39:39
|
> You forgot the new keyword. > > java(...) returns the class([c...[) new java(...) an instance of that class ([o....]). Exactly! Thanks a lot! Now it works as it should. Sincerely, Igor Kolesnik |