Launch another instance of Java app on Mac
        Posted  
        
            by TomA
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by TomA
        
        
        
        Published on 2010-04-28T19:06:07Z
        Indexed on 
            2010/04/28
            19:57 UTC
        
        
        Read the original article
        Hit count: 335
        
I have a Mac Java app bundle that has problems opening an OpenGL window from a SWT dialog in a single process. It just doesn't work.
To solve this problem I would like to open a SWT dialog in one instance of the Java app and then have it launch another instance of itself with a parameter saying "this time open the OpenGL window". The part I don't know how to do is finding out what "itself" is on a Mac.
How can I do that?
© Stack Overflow or respective owner