I've a java program and executing on linux. Once my program execution completed it should come out of that program and should show the prompt. But it is not happening. I've used System.exit(0) also at the end of my main method. But still no luck. If i press enter then control coming out.The same program is working fine windows environment. I can't paste my code here,How to handle this.
Thanks, Aditya