This week's giveaway is in the Testing forum. We're giving away four copies of TDD for a Shopping Website LiveProject and have Steven Solomon on-line! See this thread for details.
hi all i made an executable jar (using Main-Class directive in the manifest file) my problem is that i dont know how to kill that process in windows the running processes list shows : java.exe is there any way to give my jar a lable ?
You should provide a possibility to exit your programm gracefully. Killing with taskmanager should only be needed for hanging apps, and you should avoid hanging apps.