|
Exe should have the same behavior of Jar. So if you make your jar to run continuously, exe should do the same. If it is a swing application, if you did not exit from it explicitly, it should run continuously. If it is a console application, the most basic way is to embed your main code inside a loop in which you only exit from this loop when a specific condition is met.
__________________
"The sole cause of man’s unhappiness is that he does not know how to stay quietly in his room." - Blaise Pascal
|