08-13-2012 02:53 AM - edited 08-13-2012 03:28 AM
Hi..
Anyone has any idea if I am running Application in JRE 6.0 then what is the way to print output in log.. I mean when we write system.out.println(" ")..... then in this where we can see the output in JRE 6.00..
Please help me..Thanks in Advance..
Solved! Go to Solution.
08-14-2012 01:47 AM
In the case of the eclipse you have to open run application with debug mode otherwise you can’t not see the log @ console.
visit these link
http://stackoverflow.com/questions/2873135/blackbe
08-15-2012 04:55 AM
Thanks a lot..For ur Reply..