I have a Java based software application that is invoked using a .bat file, or more specifically, a .exe file thanks to your software.
The problem that I am having is that the JRE does not terminate when the application is shut down. I have attempted to fix this in my software until I noticed that the problem does not occur if I simply launch the application straight from the actual .bat file.
I then notice that when the program was terminated (after launching with the .exe) that a cmd.exe was also lingering around.
Do you have any suggestions? Is there something that I can add to the .bat file that will ensure it is terminated along with the JRE?
Thanks,
Rambo