I'm developing a mobile application in Netbeans, but I'm running into problems when testing communication using SMS. In order to test this, I obviously need two emulators running, which I'm aware should be as easy as running the project twice, but on Mac OSX I'm given the error "MIDlet suite is already running.".
I've tried to research this problem as best as possible, but there isn;t a lot of information on it available online. The best I've found this another Stack Overflow question with the same problem that never got a satisfactory answer, so I'm asking again in the hope that someone will have a better idea of how to deal with this by now.