printing to stderr

[email protected] (rahed) Fri, 06 Feb 2015 12:21:17 +0100
Newsgroups perl.inline
Message-ID <[email protected]>
Hi,

I use module Inline::Java like this:

use Inline Java => 'DATA';

I'd like to print from a java code to stderr.  My framework is a daemon,
only WARN signals are catched and sent through syslog to a console. Is
it possible to print from a DATA section of a java code?  I tried
System.err.println with no effect.

Thanks.

-- 
Radek