Any idea how this process could be performed on a mac? I know Activity Monitor gives some info about the processes that are running, but I don't see any form of a command line like Windows has. Any help would be greatly appreciated. 
Open Process Explorer and find the process for the game - it should be javaw.exe or java.exe - and right-click it, then select Properties.
Select and copy the contents of the Command line box - most of it is probably off-screen, but you can use the Select All option in the right-click menu.
Open Notepad and paste it all there, add "start " at the begining (without the quotes), and a new line (Enter) at the end. (just type start, press space, press Ctrl-V, press Enter)
Save it as "SK.cmd" in your game folder - make sure Notepad didn't add a TXT extension, rename if necessary.
Finally, make a shortcut to this file on your Desktop or wherever you wish and try it out.
Open Process Explorer and find the process for the game - it should be javaw.exe or java.exe - and right-click it, then select Properties.
Select and copy the contents of the Command line box - most of it is probably off-screen, but you can use the Select All option in the right-click menu.
Open Notepad and paste it all there, add "start " at the begining (without the quotes), and a new line (Enter) at the end. (just type start, press space, press Ctrl-V, press Enter)
Save it as "SK.cmd" in your game folder - make sure Notepad didn't add a TXT extension, rename if necessary.
Finally, make a shortcut to this file on your Desktop or wherever you wish and try it out.