I have used Netbeans 7.0 for developing Blackberry application with LWUIT framework. And I'm using Blackberry SDK 4.7. I print a string by using System.out.println(...);
in my application in many places. But the string values aren't printed on the netbeans console.
What is the issue? How to resolve this issue?