DeveloperSystemoutprintln Problem

Hi All,
I am working on IS6.0.1SP2,Developer6.0.1,OS:Win2k.
whenever i write “System.out.println” in any javaservice in developer…the output is not shown on ISconsole,it say that particular service is loaded…but output is not shown.Only recently i have encountered this problem ,earlier it was fine.
//
Here is my sample JavaService:
System.out.println(“This is test”);
//
suggestions are invited…

Regards,
Puneet Saxena

Puneet,

Perhaps the System.out is redirected somewhere else (System.setOut).

-Jordy