locked jar file
Hi all,
I am developing a java program which has 2 threads, one to read the inbound MQ and the other to write message to the outbound Q.
Since it is still in the development stage and sometimes the program aborted with exceptions. Then I tried to change the code and rebuild the program but I couldn't delete the previous jar file due to it is locked by other processes. The strange thing was even after I rebooted my PC it is still locked.
Could anyone please teach how to kill processes which locked the jar file. Many thanks.

