I have an eclipse project regrouping two applications, I want to run the second application by itself or from the first one, which I managed to do by simply calling the main method. The problem is that when I start that second app from the first, when I close that second application it also close the first application. Can I avoid that behavior and keep the first application running?
Thanks.